Skip to content

Commit

Permalink
ci: build app
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 12, 2023
1 parent 5e00612 commit 894a916
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-e2e-composable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
- name: Build
run: pnpm run build

- name: Build app
working-directory: ${{env.dir}}
run: pnpm run build

- name: E2E tests
working-directory: ${{env.dir}}
run: pnpm run test:e2e
Expand Down

0 comments on commit 894a916

Please sign in to comment.