Skip to content

Commit 8788a9d

Browse files
committed
fix: ensure adapter tests depend on check-and-lint job
1 parent 06bd79c commit 8788a9d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636

3737
# Runs adapter tests on all supported node versions and OSes
3838
adapter-tests:
39+
needs: [check-and-lint]
3940
if: contains(github.event.head_commit.message, '[skip ci]') == false
4041

4142
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)