Skip to content

Commit

Permalink
Revert "Muistinnetaan Playwright-selaimet CI:ssä"
Browse files Browse the repository at this point in the history
This reverts commit 2b6ebf0.
  • Loading branch information
pretseli committed Apr 19, 2024
1 parent 9fe891f commit 9921f8f
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,9 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Install dependencies
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
- name: Cache playwright binaries
uses: actions/cache@v4
id: playwright-cache
with:
path: |
~/.cache/ms-playwright
key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }}
- name: 'Install Playwright browsers'
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
if: steps.playwright-cache.outputs.cache-hit != 'true'
- name: install mkcert
run: |
curl -JLO "https://dl.filippo.io/mkcert/latest?for=linux/amd64"
Expand Down

0 comments on commit 9921f8f

Please sign in to comment.