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 390e3a2 commit 6237e4dCopy full SHA for 6237e4d
.github/workflows/tests.yml
@@ -50,7 +50,7 @@ jobs:
50
files: ./cov.xml
51
verbose: true
52
publish_code:
53
- # needs: test
+ needs: test
54
runs-on: ubuntu-latest
55
if: github.event_name == 'push' && (github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/stable')
56
continue-on-error: true
0 commit comments