[CI] Add mkdir to mkae the test output folder.
This commit is contained in:
parent
e1f14553fc
commit
1a97ea2c3e
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -54,7 +54,10 @@ jobs:
|
|||
with:
|
||||
path: "./bazel-bin/projs"
|
||||
key: ${{ runner.os }}-${{ github.run_id }}
|
||||
|
||||
|
||||
- name: Make output folder
|
||||
run: mkdir ./test-results
|
||||
|
||||
- name: Test shadow-file-format
|
||||
run: ./bazel-bin/projs/shadow-file-format/test.exe -r junit -o ./test-results/shadow-file-format-test.xml
|
||||
|
||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -6,4 +6,5 @@ riderModule.iml
|
|||
|
||||
*.user
|
||||
|
||||
bazel-*/
|
||||
bazel-*/
|
||||
test-results
|
Loading…
Reference in New Issue
Block a user