diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c5b14f..f1035d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.gitignore b/.gitignore index 2b8786f..b87b98f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ riderModule.iml *.user -bazel-*/ \ No newline at end of file +bazel-*/ +test-results \ No newline at end of file