Skip to content

Commit

Permalink
Run eslint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciofierrom committed Dec 12, 2024
1 parent 1ceb49d commit da299fa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
bundle exec rails db:prepare
bundle exec rails test:all
bundle exec rspec
- name: Install js deps
run: yarn install
- name: Lint
run: yarn eslint .
- name: JS tests
run: |
yarn install
yarn test
run: yarn test
- name: E2E tests
run: |
CYPRESS=1 bin/rails server -p 5017 &> /dev/null &
Expand Down

0 comments on commit da299fa

Please sign in to comment.