diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-12-16 15:37:04 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-12-16 20:38:35 -0800 |
| commit | 80fd61ea0bcbf92beb838364f3e758926e36e3ec (patch) | |
| tree | a799a896a5e704871092ea9a5d62fcf9c9a4386f | |
| parent | ea463cf684494ead0a211b765eb864758c66742e (diff) | |
| download | wix-80fd61ea0bcbf92beb838364f3e758926e36e3ec.tar.gz wix-80fd61ea0bcbf92beb838364f3e758926e36e3ec.tar.bz2 wix-80fd61ea0bcbf92beb838364f3e758926e36e3ec.zip | |
Enable runtime tests and add run id to log artifact name
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 621be4d5..1438c662 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -34,7 +34,7 @@ jobs: | |||
| 34 | shell: cmd | 34 | shell: cmd |
| 35 | run: ./src/build_official.cmd | 35 | run: ./src/build_official.cmd |
| 36 | env: | 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 || '' }} | 38 | SigningUser: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_USER || '' }} |
| 39 | SigningSecret: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_SECRET || '' }} | 39 | SigningSecret: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_SECRET || '' }} |
| 40 | 40 | ||
| @@ -46,6 +46,7 @@ jobs: | |||
| 46 | 46 | ||
| 47 | - name: Save logs | 47 | - name: Save logs |
| 48 | uses: actions/upload-artifact@v2 | 48 | uses: actions/upload-artifact@v2 |
| 49 | if: always() | ||
| 49 | with: | 50 | with: |
| 50 | name: logs | 51 | name: logs_${{ github.run_id }} |
| 51 | path: build/logs/ | 52 | path: build/logs/ |
