Skip to content

Commit

Permalink
run tko in ci against daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
dskiff committed Apr 27, 2024
1 parent 4e5e700 commit 15f5d56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ jobs:

- name: Test
run: go test -v ./...

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

0 comments on commit 15f5d56

Please sign in to comment.