Add wait for builld job to test-unit

This commit is contained in:
Daniel Imms
2023-12-23 08:46:09 -08:00
parent dbcb43f1d3
commit 1b52c97fd0
+5
View File
@@ -167,6 +167,11 @@ jobs:
run: |
yarn --frozen-lockfile
yarn install-addons
- name: Wait for build job
uses: NathanFirmo/wait-for-other-job@v1.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
job: build
- uses: actions/download-artifact@v3
with:
name: build-artifacts