chore(deps): update yanhao98/composite-actions digest to 6af4afe
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -32,14 +32,14 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: yanhao98/runner-images:pnpm-with-playwright
|
container: yanhao98/runner-images:pnpm-with-playwright
|
||||||
steps:
|
steps:
|
||||||
- uses: yanhao98/composite-actions/setup-node-environment@fdab13619a61a9a724a70b8002ae82c38da93888
|
- uses: yanhao98/composite-actions/setup-node-environment@6af4afe9ff50a3ea1b24f38ce51a99d4a8f6376a
|
||||||
- run: pnpm run build-only
|
- run: pnpm run build-only
|
||||||
env:
|
env:
|
||||||
VITE_BUILD_COMMIT: ${{ github.sha }}
|
VITE_BUILD_COMMIT: ${{ github.sha }}
|
||||||
- name: 部署到 Surge
|
- name: 部署到 Surge
|
||||||
id: surge_deploy
|
id: surge_deploy
|
||||||
if: ${{ github.actor != 'nektos/act' }} # https://nektosact.com/usage/index.html#skipping-steps
|
if: ${{ github.actor != 'nektos/act' }} # https://nektosact.com/usage/index.html#skipping-steps
|
||||||
uses: yanhao98/composite-actions/deploy-dist-to-surge@fdab13619a61a9a724a70b8002ae82c38da93888
|
uses: yanhao98/composite-actions/deploy-dist-to-surge@6af4afe9ff50a3ea1b24f38ce51a99d4a8f6376a
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browsers
|
||||||
run: pnpm exec playwright install --with-deps
|
run: pnpm exec playwright install --with-deps
|
||||||
- name: Run Playwright tests
|
- name: Run Playwright tests
|
||||||
|
Reference in New Issue
Block a user