Skip to content

Commit 01b03bd

Browse files
committed
chore: remove asset build step and update environment file setup
1 parent 03e2e9d commit 01b03bd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,9 @@ jobs:
5959
- name: Install dependencies
6060
run: npm ci --prefer-offline --no-audit
6161

62-
- name: Build assets
63-
run: npm run encore:build
64-
env:
65-
NODE_ENV: production
66-
6762
- name: Setup environment files
6863
run: |
69-
cp apps/.env.test apps/.env
7064
cp .env.example .env
71-
echo "APP_ENV=test" >> apps/.env
7265
7366
# === INFRASTRUCTURE PHASE ===
7467
- name: Setup Docker cache

0 commit comments

Comments
 (0)