Skip to content

Commit

Permalink
Set BUILDKIT_PROGRESS again
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Jul 13, 2024
1 parent 1afc5a8 commit 90a66b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
- netbox: "4.0.7"
netbox_bgp: "0.13.2"
env:
DOCKER_COMPOSE: "docker compose --progress=plain"
DOCKER_COMPOSE: docker compose --progress=plain
BUILDKIT_PROGRESS: plain
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-go@v5.0.1
Expand Down

0 comments on commit 90a66b5

Please sign in to comment.