We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021d4ae commit a921525Copy full SHA for a921525
1 file changed
.github/workflows/e2e-cat-app-test.yml
@@ -65,6 +65,9 @@ jobs:
65
- name: Install dependencies
66
run: bun install --frozen-lockfile
67
68
+ - name: Build all workspaces
69
+ run: bun run build
70
+
71
- name: Set Environment Variables
72
run: |
73
echo "${{ secrets.ENV_LOCAL }}" > .env.local
0 commit comments