mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +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
|
||||
|
||||
steps:
|
||||
- run: df -h
|
||||
# - name: Tune GitHub-hosted runner network
|
||||
# # https://github.com/actions/runner-images/issues/1187
|
||||
# uses: smorimoto/tune-github-hosted-runner-network@v1
|
||||
@ -83,6 +82,9 @@ jobs:
|
||||
${{ runner.os }}-v3-${{ steps.date.outputs.year }}-
|
||||
${{ runner.os }}-v3-
|
||||
- run: pnpm install
|
||||
- uses: catchpoint/workflow-telemetry-action@v2
|
||||
with:
|
||||
comment_on_pr: false
|
||||
- run: pnpm run build
|
||||
env:
|
||||
PUBLIC_DIR: ${{ steps.ramdisk.outputs.build_dir }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user