Skip to content

Commit

Permalink
fix need abs path on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Oct 7, 2023
1 parent 899f3ba commit dd28b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- run: yarn

- run: npx @puppeteer/browsers install chrome@${{ env.CHROME_BUILD_NUMBER }} --path browser
- run: npx @puppeteer/browsers install chrome@${{ env.CHROME_BUILD_NUMBER }} --path ${{ github.workspace }}/browser

- run: yarn workspace reactive-video build
- run: npm test
Expand Down

0 comments on commit dd28b1c

Please sign in to comment.