[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

@ -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
View File

@ -6,4 +6,5 @@ riderModule.iml
*.user
bazel-*/
bazel-*/
test-results