Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
william-mba committed Jan 17, 2025
1 parent a1fe652 commit 76a681d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ngx-tailwind-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
run: pnpm lint:${{ matrix.project }}
- name: Build
run: pnpm build:${{ matrix.project }}
- name: Set CHROME_BIN environment variable
run: echo "CHROME_BIN=/home/runner/.cache/puppeteer/chrome/linux-132.0.6834.83/chrome-linux64/chrome" >> $GITHUB_ENV
- name: Test
run: |
pnpm install-chrome
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ngx-tailwind-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
run: pnpm lint:${{ matrix.project }}
- name: Build
run: pnpm build:${{ matrix.project }}
- name: Set CHROME_BIN environment variable
run: echo "CHROME_BIN=/home/runner/.cache/puppeteer/chrome/linux-132.0.6834.83/chrome-linux64/chrome" >> $GITHUB_ENV
- name: Test
run: |
pnpm install-chrome
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"deps:check:app": "pnpx dpdm --tree false --ext .ts projects/ngx-tailwind-app/src/* --exclude ^@angular/core$",
"deps:check:all": "pnpm deps:check:core && pnpm deps:check:ui && pnpm deps:check:app",
"verify": "pnpm lint:all && pnpm test:all:ci && pnpm build:all && pnpm deps:check:all",
"install-chrome": "pnpx puppeteer browsers install chrome@stable"
"install-chrome": "pnpx puppeteer browsers install chrome@131.0.6778.204"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 76a681d

Please sign in to comment.