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 2128119 commit f40683fCopy full SHA for f40683f
.github/workflows/CI-CD.yaml
@@ -106,7 +106,9 @@ jobs:
106
name: Code Coverage
107
runs-on: ubuntu-latest
108
timeout-minutes: 10
109
- needs: test
+ needs:
110
+ - node_tests
111
+ - browser_tests
112
steps:
113
- name: Let Coveralls know that all tests have finished
114
uses: coverallsapp/github-action@v1.0.1
@@ -119,7 +121,9 @@ jobs:
119
121
if: github.ref == 'refs/heads/master'
120
122
123
124
125
126
127
128
129
- name: Checkout source
0 commit comments