Skip to content

Commit 1f2d571

Browse files
committed
Set env vars first
1 parent a921525 commit 1f2d571

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@ jobs:
6262
restore-keys: |
6363
${{ runner.os }}-deps-
6464
65+
- name: Set Environment Variables
66+
run: |
67+
echo "${{ secrets.ENV_LOCAL }}" > .env.local
68+
6569
- name: Install dependencies
6670
run: bun install --frozen-lockfile
6771

6872
- name: Build all workspaces
6973
run: bun run build
7074

71-
- name: Set Environment Variables
72-
run: |
73-
echo "${{ secrets.ENV_LOCAL }}" > .env.local
74-
7575
- name: Wait for PostgreSQL to be ready
7676
run: |
7777
echo "Waiting for PostgreSQL to start..."

0 commit comments

Comments
 (0)