Skip to content

Commit 2911539

Browse files
authored
chore: publish doesnt depend on test (#152)
1 parent 3fe9e32 commit 2911539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
TEST_SQUARE_TOKEN: ${{ secrets.TEST_SQUARE_TOKEN }}
4141
publish:
42-
needs: [ compile, test ]
42+
needs: [ compile ]
4343
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
4444
runs-on: ubuntu-latest
4545

0 commit comments

Comments
 (0)