Skip to content

Commit

Permalink
ci: only run build during e2e tests
Browse files Browse the repository at this point in the history
This *should* check everything that running just `build` would. If we
keep the `build` check, then we probably need to clear the `nx` cache or
something in order to be able to run `build:e2e` later.

Related to #83
  • Loading branch information
JoosepAlviste committed Jan 20, 2024
1 parent 0986ff8 commit 0d793a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ jobs:
- name: Checks
run: |
pnpm install
pnpm exec nx affected -t migrate:test
pnpm exec nx affected -t migrate:e2e
pnpm exec nx affected -t lint,tsc,test:coverage --verbose
pnpm exec nx run-many -t build
- name: E2E tests
run: |
Expand Down

0 comments on commit 0d793a1

Please sign in to comment.