Skip to content

Commit

Permalink
avoid installing chromium on github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-thibodeau committed Oct 2, 2023
1 parent cd175a7 commit 494ea85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
- name: Install
run: |
npm ci
npx playwright install --with-deps chromium
npx playwright install
- name: start openfin
run: npm run _e2e:openfin:run --manifest_url=https://openfin.env.reactivetrader.com/pull/${{ github.event.number }}/config/rt-credit.json
Expand Down

0 comments on commit 494ea85

Please sign in to comment.