Skip to content

Commit 98c81d9

Browse files
committed
Refactor e2e.yaml workflow to include build step and update test configuration
1 parent aac038c commit 98c81d9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@ jobs:
3131
- name: Build
3232
run: pnpm --filter web run build
3333

34-
- name: Configure tests
34+
- name: Run tests
3535
working-directory: apps/web
3636
env:
3737
API_BASE_URL: ${{ github.event.deployment_status.environment_url }}
3838
TOKEN: ${{ secrets.TOKEN }}
3939
USER_ID: ${{ secrets.USER_ID }}
40-
41-
- name: Run tests
4240
run: pnpm --filter web run test

0 commit comments

Comments
 (0)