Skip to content

Commit

Permalink
ci: simplify pr test flow
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 23, 2023
1 parent 34328e1 commit 921f5c0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- name: Test only
if: matrix.node-version != '18' || matrix.os != 'ubuntu-22.04'
run: yarn test

- name: Test & push coverage
if: matrix.node-version == '18' && matrix.os == 'ubuntu-22.04'
- name: Run tests
run: yarn test

0 comments on commit 921f5c0

Please sign in to comment.