Skip to content

Commit

Permalink
Korjattu playwright-selainten muistintaminen CI:ssä
Browse files Browse the repository at this point in the history
  • Loading branch information
pretseli committed Apr 19, 2024
1 parent 9fe891f commit 7f7bc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: npm ci --no-audit --prefer-offline
- name: Get installed Playwright version
id: playwright-version
run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./package-lock.json').dependencies['@playwright/test'].version)")" >> $GITHUB_ENV
run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./package-lock.json').packages['node_modules/@playwright/test'].version)" " >> $GITHUB_ENV
- name: Cache playwright binaries
uses: actions/cache@v4
id: playwright-cache
Expand Down

0 comments on commit 7f7bc02

Please sign in to comment.