Skip to content

Commit

Permalink
chore: update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ju4n97 committed Apr 4, 2021
1 parent 401bce0 commit 7ed3477
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test

on:
push:
branches: [main, dev/*]
branches: [main, develop]
pull_request:
branches: [main, dev/*]
branches: [main, develop]

jobs:
build:
Expand All @@ -21,5 +21,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test:prod
- run: npm run test:coverage
- run: npm run lint

0 comments on commit 7ed3477

Please sign in to comment.