We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d8909 commit ca4ac87Copy full SHA for ca4ac87
.github/workflows/publish.yml
@@ -5,8 +5,10 @@ on:
5
jobs:
6
test:
7
uses: './.github/workflows/test.yml'
8
+ test-stubs:
9
+ uses: './.github/workflows/test-stubs.yml'
10
deploy:
- needs: test
11
+ needs: [test, test-stubs]
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
0 commit comments