mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-14 02:00:37 +08:00
CI: track resource usage
This commit is contained in:
parent
ee40f141f8
commit
821cc251a9
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -17,7 +17,6 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04-arm
|
runs-on: ubuntu-24.04-arm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: df -h
|
|
||||||
# - name: Tune GitHub-hosted runner network
|
# - name: Tune GitHub-hosted runner network
|
||||||
# # https://github.com/actions/runner-images/issues/1187
|
# # https://github.com/actions/runner-images/issues/1187
|
||||||
# uses: smorimoto/tune-github-hosted-runner-network@v1
|
# uses: smorimoto/tune-github-hosted-runner-network@v1
|
||||||
@ -83,6 +82,9 @@ jobs:
|
|||||||
${{ runner.os }}-v3-${{ steps.date.outputs.year }}-
|
${{ runner.os }}-v3-${{ steps.date.outputs.year }}-
|
||||||
${{ runner.os }}-v3-
|
${{ runner.os }}-v3-
|
||||||
- run: pnpm install
|
- run: pnpm install
|
||||||
|
- uses: catchpoint/workflow-telemetry-action@v2
|
||||||
|
with:
|
||||||
|
comment_on_pr: false
|
||||||
- run: pnpm run build
|
- run: pnpm run build
|
||||||
env:
|
env:
|
||||||
PUBLIC_DIR: ${{ steps.ramdisk.outputs.build_dir }}
|
PUBLIC_DIR: ${{ steps.ramdisk.outputs.build_dir }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user