Skip to content

Commit

Permalink
build: adjust test script
Browse files Browse the repository at this point in the history
  • Loading branch information
theetrain committed Jul 22, 2024
1 parent efb94f4 commit fb5fe86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
node-version: lts/*
- name: Install dependencies
run: npm ci
- run: npm run check
- run: npm run test:unit -- --run
- name: svelte-check
run: npm run check
- name: Unit tests
run: npm run test -- --run
- name: Svelte 4 e2e tests
working-directory: e2e/svelte-4
run: |
Expand Down

0 comments on commit fb5fe86

Please sign in to comment.