Skip to content

Commit

Permalink
ci: remove checks for qwik@next
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlet committed Sep 28, 2024
1 parent b5e63f0 commit dfa1f82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
check: [ 'test' ]
include:
- { node: '22', qwik: '1.9', check: 'lint' }
- { node: '22', qwik: 'next', check: 'test' }

steps:
- name: ⬇️ Checkout repo
Expand All @@ -58,7 +57,7 @@ jobs:
pnpm --filter "{apps/qwik-basic-demo}" install @builder.io/qwik@${{ matrix.qwik }}
- name: ▶️ Run ${{ matrix.check }}
run: npm ${{ matrix.check }}
run: pnpm ${{ matrix.check }}

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dfa1f82

Please sign in to comment.