Add job name

This commit is contained in:
Daniel Imms
2023-08-22 06:57:20 -07:00
parent 1744801867
commit e9cbb3e547
+6
View File
@@ -86,6 +86,9 @@ jobs:
run: yarn --frozen-lockfile
- 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
@@ -120,6 +123,9 @@ jobs:
run: npx playwright install
- 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