Skip to content

Commit

Permalink
only run initial tests in test-app
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Nov 24, 2023
1 parent ba74e1b commit a276cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Lint
run: pnpm lint
- name: Run Tests
run: pnpm test
run: pnpm --filter test-app test:ember

try-scenarios:
name: ${{ matrix.try-scenario }}
Expand Down

0 comments on commit a276cb9

Please sign in to comment.