Skip to content

Commit

Permalink
Make test jobs depend on lint to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlakshya committed Jul 8, 2024
1 parent 3597565 commit 6ebb428
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:

test-ubuntu:
runs-on: ubuntu-latest
needs: lint
strategy:
matrix:
ruby-version: [2.7, 3.3, jruby]
Expand All @@ -47,6 +48,7 @@ jobs:

test-windows:
runs-on: windows-latest
needs: lint
strategy:
matrix:
ruby-version: [2.7]
Expand All @@ -72,6 +74,7 @@ jobs:

test-macos:
runs-on: macos-13
needs: lint
strategy:
matrix:
ruby-version: [2.7, 3.3]
Expand Down

0 comments on commit 6ebb428

Please sign in to comment.