[CI, Test] Fix run and cache

This commit is contained in:
dpeter99 2022-06-10 14:13:32 +02:00
parent 12a1a4be6e
commit e162462091

View File

@ -38,7 +38,7 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: ${{ needs.update.outputs.old_version_name }}-${{ needs.update.outputs.new_version_name }}-patch name: ${{ needs.update.outputs.old_version_name }}-${{ needs.update.outputs.new_version_name }}-patch
path: './bin/Debug/shadow-engine/*' path: './bin/Debug/shadow-engine/**/*'
test-sff: test-sff:
runs-on: windows-latest runs-on: windows-latest
@ -51,6 +51,6 @@ jobs:
key: ${{ runner.os }}-$GITHUB_RUN_ID key: ${{ runner.os }}-$GITHUB_RUN_ID
- name: Test shadow-file-format - name: Test shadow-file-format
powershell: .\bin\Debug\shadow-file-format-test\shadow-file-format-test.exe --gtest_output="xml:./test-results/shadow-file-format-test.xml" run: ./bin/Debug/shadow-file-format-test/shadow-file-format-test.exe --gtest_output="xml:./test-results/shadow-file-format-test.xml"