Skip to content

Commit

Permalink
ci: fix Chrome download
Browse files Browse the repository at this point in the history
  • Loading branch information
tensor5 committed Aug 1, 2024
1 parent 28b5771 commit 973ed6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- run: npm ci
env:
PUPPETEER_CACHE_DIR: ${{ github.workspace }}/dist/puppeteer
PUPPETEER_DOWNLOAD_BASE_URL: https://storage.googleapis.com/chrome-for-testing-public
- name: Update GeoIP database
run: npm run updateGeoIPData
env:
Expand All @@ -36,6 +37,7 @@ jobs:
- run: npm ci
env:
PUPPETEER_CACHE_DIR: ${{ github.workspace }}/dist/puppeteer
PUPPETEER_DOWNLOAD_BASE_URL: https://storage.googleapis.com/chrome-for-testing-public
- name: Update GeoIP database
run: npm run updateGeoIPData
env:
Expand All @@ -57,6 +59,7 @@ jobs:
- run: npm ci
env:
PUPPETEER_CACHE_DIR: ${{ github.workspace }}/dist/puppeteer
PUPPETEER_DOWNLOAD_BASE_URL: https://storage.googleapis.com/chrome-for-testing-public
- name: Update GeoIP database
run: npm run updateGeoIPData
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
node-version: 20
- name: Install modules
run: npm ci
env:
PUPPETEER_DOWNLOAD_BASE_URL: https://storage.googleapis.com/chrome-for-testing-public
- name: TypeScript
run: npm run type:check
- name: ESLint
Expand Down

0 comments on commit 973ed6f

Please sign in to comment.