Skip to content

Commit

Permalink
.github/workflows: prettier "logs" :)
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Apr 1, 2022
1 parent 8624c86 commit 5463da9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
install-only: true
- name: image
run: dagger do image
run: dagger do --log-format=plain image
- name: "tkn-local"
run: dagger do tkn-local
run: dagger do --log-format=plain tkn-local
- name: test
run: dagger do test
run: dagger do --log-format=plain test

0 comments on commit 5463da9

Please sign in to comment.