We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc1bc0 commit 83915e4Copy full SHA for 83915e4
.github/workflows/release-snapshot.yml
@@ -7,6 +7,7 @@ jobs:
7
uses: './.github/workflows/build.yml'
8
9
test:
10
+ needs: ['build']
11
uses: './.github/workflows/test.yml'
12
with:
13
reportCoverage: false
0 commit comments