Skip to content

Commit

Permalink
fix(gh action): install foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Jul 26, 2024
1 parent d70c533 commit 2a79cc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run Playwright tests
env:
DEPLOYMENT_URL: ${{ github.event.deployment_status.target_url }}
Expand Down

0 comments on commit 2a79cc1

Please sign in to comment.