We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654033a commit c130af6Copy full SHA for c130af6
.github/workflows/test.yml
@@ -50,6 +50,8 @@ jobs:
50
test:
51
name: 'Test on Node.js ${{ matrix.node }} OS: ${{matrix.os}} (${{ matrix.framework }})'
52
runs-on: ${{ matrix.os }}
53
+ needs:
54
+ - build
55
strategy:
56
matrix:
57
os: [ubuntu-latest]
0 commit comments