Skip to content

Commit

Permalink
ci: add linting to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpestov committed Aug 19, 2024
1 parent 2fabe65 commit aebecb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Node.js CI

on:
push:
branches: [ "develop" ]
branches: [ "develop", "main-variants" ]
pull_request:
branches: [ "develop", "main", "main-variants" ]
jobs:
Expand Down Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Run tests
run: |
npm ci
npm run lint
npm run start:mock-api &
npm run test
# - name: Save test video folder
Expand Down

0 comments on commit aebecb1

Please sign in to comment.