Enable runtime tests and add run id to log artifact name
Rob Mensching committed
Dec 16, 2021 at 15:37 UTC
80fd61ea0bcbf92beb838364f3e758926e36e3ec
1 file changed
+3
-2
.github/workflows/build.yml
+3
-2
@@ -34,7 +34,7 @@ jobs:
34
shell: cmd
35
run: ./src/build_official.cmd
36
env:
37
- RuntimeTestsEnabled: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' }}
37
+ RuntimeTestsEnabled: true
38
SigningUser: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_USER || '' }}
39
SigningSecret: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_SECRET || '' }}
40
@@ -46,6 +46,7 @@ jobs:
46
47
- name: Save logs
48
uses: actions/upload-artifact@v2
49
+ if: always()
50
with:
50
- name: logs
51
+ name: logs_${{ github.run_id }}
52
path: build/logs/