Skip to content

Commit

Permalink
fix: try with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Oct 12, 2024
1 parent 257843b commit b68e7c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ jobs:
node-version: 20.11.0
pnpm-version: 9.5.0

- name: Setup Docker
uses: FuelLabs/github-actions/setups/docker@master
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Install Playwright browsers
run: pnpm exec playwright install --with-deps chromium

Expand Down

0 comments on commit b68e7c5

Please sign in to comment.