chore(deps): update yanhao98/composite-actions digest to fdab136
Some checks failed
/ depcheck (push) Successful in 1m50s
/ build-and-deploy-to-vercel (push) Failing after 41s
/ playwright (push) Successful in 1m28s

This commit is contained in:
2024-11-20 11:11:43 +08:00
committed by gitea_1-h.cc
parent 0e991ee39e
commit 6239cfd928

View File

@ -32,14 +32,14 @@ jobs:
runs-on: ubuntu-latest
container: yanhao98/runner-images:pnpm-with-playwright
steps:
- uses: yanhao98/composite-actions/setup-node-environment@e7fd5cc26bbf735f90a7236b9c34cf8e1a3de85f
- uses: yanhao98/composite-actions/setup-node-environment@fdab13619a61a9a724a70b8002ae82c38da93888
- 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@e7fd5cc26bbf735f90a7236b9c34cf8e1a3de85f
uses: yanhao98/composite-actions/deploy-dist-to-surge@fdab13619a61a9a724a70b8002ae82c38da93888
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests