Skip to content

Commit

Permalink
CI: track resource usage
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jan 29, 2025
1 parent ee40f14 commit 821cc25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 821cc25

Please sign in to comment.