chore(deps): update yanhao98/composite-actions digest to e7fd5cc
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 1m38s
/ depcheck (push) Successful in 1m34s
/ playwright (push) Successful in 3m29s

This commit is contained in:
2024-10-13 17:23:09 +08:00
parent d99b4fff5d
commit 09a2441e87

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@52dbb4ce1211e85a230bc76bb04b22a2a44db8c4
- uses: yanhao98/composite-actions/setup-node-environment@e7fd5cc26bbf735f90a7236b9c34cf8e1a3de85f
- 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@52dbb4ce1211e85a230bc76bb04b22a2a44db8c4
uses: yanhao98/composite-actions/deploy-dist-to-surge@e7fd5cc26bbf735f90a7236b9c34cf8e1a3de85f
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests