Skip to content

Commit

Permalink
Run npm ci outside of container
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar committed Aug 27, 2024
1 parent 390a803 commit 2c15d07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ jobs:
run: |
set -x
npm ci
npm ls playwright --json=true
PLAYWRIGHT_VERSION="$(npm ls playwright --json=true | jq -r '.dependencies.playwright.version')"
Expand All @@ -250,7 +251,7 @@ jobs:
-eCI_CLUSTER=true \
--network=host \
mcr.microsoft.com/playwright:v${PLAYWRIGHT_VERSION} \
/bin/bash -c 'cd /app && npm ci && npm test'
/bin/bash -c 'cd /app && npm test'
- name: Backup Resources
if: failure()
Expand Down

0 comments on commit 2c15d07

Please sign in to comment.