Skip to content

Commit

Permalink
chore: add CHROME_BIN to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Feb 5, 2025
1 parent 08f0abb commit b63c11b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ jobs:
run: npm run test:coverage
env:
CI: true
CHROME_BIN: ${{ steps.setup-chrome.outputs.chrome-path }}
- name: Collect Coverage
run: |
COVFILES=$(find packages/ts -wholename '*/.coverage/lcov.info' | tr '\n' ',' | sed '$s/,$//')
Expand Down

0 comments on commit b63c11b

Please sign in to comment.