Skip to content

Commit

Permalink
ci: also print free disk space inside opam
Browse files Browse the repository at this point in the history
  • Loading branch information
edwintorok committed Feb 2, 2024
1 parent f9fd1a9 commit fe3b202
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ jobs:
- name: set tmpdir
run: echo "TMPDIR=${RUNNER_TEMP}" >>$GITHUB_ENV

- name: Print opam environment
run: opam exec -- env

- name: Run tests
run: opam exec -- make test

Expand Down

0 comments on commit fe3b202

Please sign in to comment.