Skip to content

Commit 6237e4d

Browse files
needs test
1 parent 390e3a2 commit 6237e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
files: ./cov.xml
5151
verbose: true
5252
publish_code:
53-
# needs: test
53+
needs: test
5454
runs-on: ubuntu-latest
5555
if: github.event_name == 'push' && (github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/stable')
5656
continue-on-error: true

0 commit comments

Comments
 (0)