Skip to content

Commit c130af6

Browse files
committed
ci: test job needs build
1 parent 654033a commit c130af6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
test:
5151
name: 'Test on Node.js ${{ matrix.node }} OS: ${{matrix.os}} (${{ matrix.framework }})'
5252
runs-on: ${{ matrix.os }}
53+
needs:
54+
- build
5355
strategy:
5456
matrix:
5557
os: [ubuntu-latest]

0 commit comments

Comments
 (0)