Skip to content

Commit 2506d5d

Browse files
committed
Add dependcy on docker-build job for test action
1 parent bb834c5 commit 2506d5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
# Secrets on this repo do not get shared with PRs opened on a fork, thus,
4646
# add SENTRY_AUTH_TOKEN as a secret to your fork if you want to use this job.
4747
create-staging-release-per-push:
48+
needs: docker-build
4849
strategy:
4950
matrix:
5051
os: [ ubuntu-latest, windows-latest, macos-latest ]
@@ -64,6 +65,7 @@ jobs:
6465
ignore_missing: true
6566

6667
runs-on-container:
68+
needs: docker-build
6769
runs-on: ubuntu-latest
6870
container:
6971
image: node:18.17
@@ -82,6 +84,7 @@ jobs:
8284
ignore_missing: true
8385

8486
mock-release:
87+
needs: docker-build
8588
strategy:
8689
matrix:
8790
os: [ ubuntu-latest, windows-latest, macos-latest ]
@@ -99,6 +102,7 @@ jobs:
99102
environment: production
100103

101104
mock-release-working-directory:
105+
needs: docker-build
102106
strategy:
103107
matrix:
104108
os: [ ubuntu-latest, windows-latest, macos-latest ]

0 commit comments

Comments
 (0)