Skip to content

Commit

Permalink
change back to global
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla committed Jan 3, 2023
1 parent e9485f6 commit e1b89fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
run: |
npm uninstall -g yarn
npm i -g [email protected]
yarn config set network-timeout 600000 -g
yarn cache clean
- name: Run bootstrap
run: yarn osd bootstrap
Expand Down Expand Up @@ -210,6 +212,8 @@ jobs:
run: |
npm uninstall -g yarn
npm i -g [email protected]
yarn config set network-timeout 600000 -g
yarn cache clean
- name: Setup chromedriver
run: node scripts/upgrade_chromedriver.js
Expand Down

0 comments on commit e1b89fc

Please sign in to comment.