Skip to content

Commit

Permalink
maybe this
Browse files Browse the repository at this point in the history
  • Loading branch information
redJ4y authored Aug 19, 2024
1 parent f8305c9 commit f5e0b99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
with:
chrome-version: latest
install-chromedriver: true
- run: |
echo "CHROME_BIN=${{ steps.setup-chrome.outputs.chrome-path }}" >> $GITHUB_ENV
- run: echo "CHROMEDRIVER_PATH=$(which chromedriver)" >> $GITHUB_ENV
- run: echo "CHROME_BIN=/opt/hostedtoolcache/setup-chrome/chromium/1343316/x64" >> $GITHUB_ENV
- run: npm ci
- run: npx grunt
- run: npm test
Expand Down

0 comments on commit f5e0b99

Please sign in to comment.