Skip to content

Commit

Permalink
maybe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dskiff committed Apr 27, 2024
1 parent 36d5b1b commit bc0f21b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
- name: Test
run: go test -v ./...

- name: Version
run: go run . version

- name: Run against local docker daemon
run: go run . -t "test/repo" "./dist/tko_linux_amd64_v1"
run: go run . build -t "test/repo" "./dist/tko_linux_amd64_v1"
env:
TARGET_TYPE: LOCAL_DAEMON

0 comments on commit bc0f21b

Please sign in to comment.