Skip to content

Commit

Permalink
Remove workaround from build
Browse files Browse the repository at this point in the history
It is fixed, now.
  • Loading branch information
giggio committed May 2, 2023
1 parent 6ad31da commit 1f6c821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
node --version
npm --version
cd /app
npm ci --no-progress 2>&1 | tee # todo: remove tee and redirection when https://github.com/npm/cli/issues/3314 is fixed
npm ci --no-progress
BIN="./lib/chromedriver/chromedriver"
if ! [ -e $BIN ]; then
echo "Binary not found at $BIN"
Expand Down

0 comments on commit 1f6c821

Please sign in to comment.