We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3749c8f commit c8be99dCopy full SHA for c8be99d
1 file changed
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
finish:
74
permissions:
75
checks: write # for coverallsapp/github-action to create new checks
76
- needs: test-ubuntu
+ needs: [test-ubuntu, test-windows]
77
runs-on: ubuntu-latest
78
steps:
79
- name: Coveralls finished
0 commit comments