We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e58cc3b + 5ce6aef commit b2c2011Copy full SHA for b2c2011
2 files changed
.github/workflows/playwright.yml
@@ -34,7 +34,6 @@ jobs:
34
NEXT_PUBLIC_MODE: UNLIMITED
35
BACKEND_URL: ${{ secrets.BACKEND_URL }}
36
run: |
37
- npm install
38
npm run build
39
NEXTAUTH_SECRET=SECRET npm start & npx playwright test --shard=${{ matrix.shard }}/2 --reporter=dot,list
40
- name: Ensure required directories exist
Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /app
6
7
# Copy package.json and install dependencies
8
COPY package*.json ./
9
-RUN npm install
+RUN npm ci
10
11
# Copy the rest of the application code
12
COPY . .
0 commit comments