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 e8209ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .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 @@ -41,9 +41,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Run Linting
run: npm run lint
- name: Run tests
run: |
npm ci
npm run start:mock-api &
npm run test
# - name: Save test video folder
Expand Down

0 comments on commit e8209ea

Please sign in to comment.