Skip to content

Commit f9a3dbd

Browse files
committed
do not even try to run tests if linting fails
1 parent 247bad8 commit f9a3dbd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
tests:
7474
name: Ruby on Rails tests
7575
runs-on: ubuntu-latest
76+
needs:
77+
- erb_lint
78+
- rubocop
79+
- typescript
7680

7781
strategy:
7882
matrix:

0 commit comments

Comments
 (0)