chore(deps): update yanhao98/composite-actions digest to 52dbb4c
All checks were successful
/ depcheck (push) Successful in 1m35s
/ playwright (push) Successful in 7m9s
/ build-and-deploy-to-vercel (push) Successful in 1m30s

This commit is contained in:
2024-10-12 18:48:52 +08:00
parent 84e818320c
commit d99b4fff5d

View File

@ -33,14 +33,14 @@ jobs:
runs-on: ubuntu-latest
container: yanhao98/runner-images:pnpm-with-playwright
steps:
- uses: yanhao98/composite-actions/setup-node-environment@edf12e5623171bb6c707ea0796adc8fa7d9cad90
- uses: yanhao98/composite-actions/setup-node-environment@52dbb4ce1211e85a230bc76bb04b22a2a44db8c4
- run: pnpm run build-only
env:
VITE_BUILD_COMMIT: ${{ github.sha }}
- name: 部署到 Surge
id: surge_deploy
if: ${{ github.actor != 'nektos/act' }} # https://nektosact.com/usage/index.html#skipping-steps
uses: yanhao98/composite-actions/deploy-dist-to-surge@c1cee30ad33e363e4a7f6a5e15b03a9d2034b922
uses: yanhao98/composite-actions/deploy-dist-to-surge@52dbb4ce1211e85a230bc76bb04b22a2a44db8c4
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests