Skip to content

Commit

Permalink
Add wait for builld job to test-unit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Dec 23, 2023
1 parent dbcb43f commit 1b52c97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ jobs:
run: |
yarn --frozen-lockfile
yarn install-addons
- name: Wait for build job
uses: NathanFirmo/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
job: build
- uses: actions/download-artifact@v3
with:
name: build-artifacts
Expand Down

0 comments on commit 1b52c97

Please sign in to comment.