We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e2e9d commit 01b03bdCopy full SHA for 01b03bd
.github/workflows/ci.yml
@@ -59,16 +59,9 @@ jobs:
59
- name: Install dependencies
60
run: npm ci --prefer-offline --no-audit
61
62
- - name: Build assets
63
- run: npm run encore:build
64
- env:
65
- NODE_ENV: production
66
-
67
- name: Setup environment files
68
run: |
69
- cp apps/.env.test apps/.env
70
cp .env.example .env
71
- echo "APP_ENV=test" >> apps/.env
72
73
# === INFRASTRUCTURE PHASE ===
74
- name: Setup Docker cache
0 commit comments