Skip to content

Commit

Permalink
ci: build depends on testing
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Oct 20, 2024
1 parent adf1f13 commit 474783b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
frontend-tests:
runs-on: ubuntu-latest
needs: [get-version]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -49,7 +50,7 @@ jobs:
name: Build ${{ matrix.config.os }} @ ${{ matrix.config.arch }}
runs-on: ${{ matrix.config.os }}
# if: startsWith(github.ref, 'refs/tags/')
needs: [get-version]
needs: [get-version, frontend-tests]
strategy:
matrix:
config:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/generate-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:

generate-docker-images:
runs-on: ubuntu-latest
needs: [frontend-tests]
steps:
- name: Force Install GIT latest
run: |
Expand Down

0 comments on commit 474783b

Please sign in to comment.