Skip to content

Commit

Permalink
ci: updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Nov 1, 2024
1 parent 61f9f08 commit ec5a527
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ RUN pnpm install --frozen-lockfile
# Copy the rest of the application code
COPY . .

# Set the command to run Playwright tests
CMD ["pnpm", "exec", "playwright", "test"]
# Set the command to run tests
# Use TEST_SCRIPT to specify which test script to run (e.g., test:normal, test:extended, test:full)
CMD pnpm run ${TEST_SCRIPT:-test:normal}

0 comments on commit ec5a527

Please sign in to comment.