Skip to content

Commit

Permalink
ci: dirty: just run client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ginsburg committed Mar 29, 2022
1 parent f7b7a52 commit ba35965
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: npm
- run: npm ci
- run: npm run commitlint -- --verbose --from `git merge-base origin/master $GITHUB_SHA`
- run: npm run lint
- run: npm run build:check
- run: npm run test:unit
- run: npm run test:e2e
- run: npm run test:client
- run: npm run test:integration
windows:
needs: linux
name: "[Node ${{ matrix.node }} on Windows] Lint (commit description and source) and Test: Unit (client and server), E2E and Integration"
Expand Down

0 comments on commit ba35965

Please sign in to comment.