We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a921525 commit 1f2d571Copy full SHA for 1f2d571
1 file changed
.github/workflows/e2e-cat-app-test.yml
@@ -62,16 +62,16 @@ jobs:
62
restore-keys: |
63
${{ runner.os }}-deps-
64
65
+ - name: Set Environment Variables
66
+ run: |
67
+ echo "${{ secrets.ENV_LOCAL }}" > .env.local
68
+
69
- name: Install dependencies
70
run: bun install --frozen-lockfile
71
72
- name: Build all workspaces
73
run: bun run build
74
- - name: Set Environment Variables
- run: |
- echo "${{ secrets.ENV_LOCAL }}" > .env.local
-
75
- name: Wait for PostgreSQL to be ready
76
run: |
77
echo "Waiting for PostgreSQL to start..."
0 commit comments