Skip to content

Commit

Permalink
Run tests on the installer even if the previous ones fall
Browse files Browse the repository at this point in the history
  • Loading branch information
MinyazevR committed Dec 28, 2024
1 parent 4d5f348 commit 34d7a40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows_build_with_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ jobs:
installer/trik-studio*installer*.exe
installer/trik_studio*.qs
installer/reinstall*
- name: Set a flag when uploading an artifact
run: echo " set-artifact=true" >> "$GITHUB_OUTPUT"

- name: Check errors
if: ${{ steps.tests.outcome == 'failure' }}
Expand Down Expand Up @@ -231,6 +234,7 @@ jobs:
install-windows-installer:
needs: [build]
if: ${{ always() && needs.build.outputs.set-artifact == 'true' }}
uses: ./.github/workflows/installer.yml
with:
os: windows-latest
Expand Down

0 comments on commit 34d7a40

Please sign in to comment.