Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Aug 15, 2024
1 parent 7a6baab commit 926f79b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/preview_bottle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,20 @@ jobs:
echo "NEXT_PUBLIC_SERVER_BASE_URL=${{ secrets.NEXT_PUBLIC_SERVER_BASE_URL }}" >> apps/bottle/.env.local
env:
NEXT_PUBLIC_SERVER_BASE_URL: ${{ secrets.NEXT_PUBLIC_SERVER_BASE_URL }}
- name: Check for changes using Turbo
id: turbo-check
run: |
npx turbo-ignore e2e --task=test:e2e
- name: Set CI status
if: steps.turbo-check.outputs.changed != 'true'
run: echo "No changes detected. Skipping CI."
continue-on-error: true
- run: pnpx playwright install
if: steps.playwright-cache.outputs.cache-hit != 'true'
- run: pnpx playwright install-deps
if: steps.turbo_check.outputs.changed == 'true'
if: pnpx turbo-ignore
- run: pnpm run ci
- name: Install Vercel CLI
run: npm install --global vercel@latest
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
},
"dependencies": {
"turbo-ignore": "^2.0.14"
}
}
11 changes: 11 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 926f79b

Please sign in to comment.