Skip to content

Commit c1bacab

Browse files
committed
Require gateway tests to pass for release
1 parent 30d10bd commit c1bacab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
# Everything above is CI, everything here and below is for releases and runs only on non-pull-request events
9393
sync-readme:
94-
needs: [lint, test, docs]
94+
needs: [lint, test, test-gateway, docs]
9595
runs-on: ubuntu-latest
9696
if: github.event_name != 'pull_request'
9797
steps:
@@ -120,7 +120,7 @@ jobs:
120120
git push
121121
122122
release:
123-
needs: [lint, test, docs, sync-readme]
123+
needs: [lint, test, test-gateway, docs, sync-readme]
124124
runs-on: ubuntu-latest
125125
if: github.event_name != 'pull_request'
126126
steps:

0 commit comments

Comments
 (0)