We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac038c commit 98c81d9Copy full SHA for 98c81d9
1 file changed
.github/workflows/e2e.yaml
@@ -31,12 +31,10 @@ jobs:
31
- name: Build
32
run: pnpm --filter web run build
33
34
- - name: Configure tests
+ - name: Run tests
35
working-directory: apps/web
36
env:
37
API_BASE_URL: ${{ github.event.deployment_status.environment_url }}
38
TOKEN: ${{ secrets.TOKEN }}
39
USER_ID: ${{ secrets.USER_ID }}
40
-
41
- - name: Run tests
42
run: pnpm --filter web run test
0 commit comments