Skip to content

Commit a921525

Browse files
committed
Run build
1 parent 021d4ae commit a921525

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-cat-app-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
- name: Install dependencies
6666
run: bun install --frozen-lockfile
6767

68+
- name: Build all workspaces
69+
run: bun run build
70+
6871
- name: Set Environment Variables
6972
run: |
7073
echo "${{ secrets.ENV_LOCAL }}" > .env.local

0 commit comments

Comments
 (0)