[CI] Add mkdir to mkae the test output folder.

This commit is contained in:
dpeter99 2022-06-24 12:16:55 +02:00
parent e1f14553fc
commit 1a97ea2c3e
2 changed files with 6 additions and 2 deletions

View File

@ -55,6 +55,9 @@ jobs:
path: "./bazel-bin/projs" path: "./bazel-bin/projs"
key: ${{ runner.os }}-${{ github.run_id }} key: ${{ runner.os }}-${{ github.run_id }}
- name: Make output folder
run: mkdir ./test-results
- name: Test shadow-file-format - name: Test shadow-file-format
run: ./bazel-bin/projs/shadow-file-format/test.exe -r junit -o ./test-results/shadow-file-format-test.xml run: ./bazel-bin/projs/shadow-file-format/test.exe -r junit -o ./test-results/shadow-file-format-test.xml

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ riderModule.iml
*.user *.user
bazel-*/ bazel-*/
test-results