Skip to content

Commit

Permalink
fix(contentDeploy): install deps for e2e tests
Browse files Browse the repository at this point in the history
Co-authored-by: Sanny Nguyen Hung <sanny.nguyen@digitalservice.bund.de>
  • Loading branch information
chohner and SannyNguyenHung committed Jan 30, 2024
1 parent f3713fd commit a6b4249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/cached-checkout-install
- name: Get Playwright version
run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./package-lock.json').packages[''].devDependencies['@playwright/test'])")" >> $GITHUB_ENV

Expand Down

0 comments on commit a6b4249

Please sign in to comment.