Skip to content

Commit 8f452b6

Browse files
Update .github/workflows/ci.yml
Co-authored-by: adams85 <31276480+adams85@users.noreply.github.com>
1 parent b2a327b commit 8f452b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: npm test
3131

3232
build_and_publish:
33+
needs: [ test ]
3334
runs-on: ubuntu-latest
3435
if: startsWith(github.ref, 'refs/tags')
3536
steps:

0 commit comments

Comments
 (0)