Skip to content

Commit

Permalink
cache issue
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek committed Feb 6, 2024
1 parent 5ad2e69 commit f9146ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
# HACK: Force a TTY to enable browser-driver-manager to manipulate stdout.
- shell: 'script -q -e -c "bash {0}"'
run: npx browser-driver-manager install chromedriver --verbose
Expand All @@ -59,7 +58,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
# HACK: Force a TTY to enable browser-driver-manager to manipulate stdout.
- shell: 'script -q -e -c "bash {0}"'
run: npx browser-driver-manager install chromedriver --verbose
Expand Down

0 comments on commit f9146ec

Please sign in to comment.