We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247bad8 commit f9a3dbdCopy full SHA for f9a3dbd
1 file changed
.github/workflows/ci-cd.yml
@@ -73,6 +73,10 @@ jobs:
73
tests:
74
name: Ruby on Rails tests
75
runs-on: ubuntu-latest
76
+ needs:
77
+ - erb_lint
78
+ - rubocop
79
+ - typescript
80
81
strategy:
82
matrix:
0 commit comments