Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkie committed Dec 1, 2024
1 parent ef88139 commit b700a2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ jobs:
docker run --rm -v $HOME:$HOME -v $PWD:$PWD -w $PWD -u $UID \
--platform ${{ matrix.platform }} \
squidcache/buildfarm-${{ matrix.os }}:stable \
./test-builds.sh layer-01-minimal
./test-builds.sh --aggressively-use-config-cache --verbose layer-01-minimal
# TODO: test all layers
# TODO: remove verbose

- name: Publish build logs
if: success() || failure()
Expand Down

0 comments on commit b700a2b

Please sign in to comment.