Skip to content

Commit

Permalink
debug testing command
Browse files Browse the repository at this point in the history
  • Loading branch information
damoon committed Mar 21, 2024
1 parent a531863 commit d90e5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
-v $(pwd)/test:/test
--privileged
--security-opt="label=disable" ${{ env.TEST_IMAGE }}
/bin/sh -c "/usr/bin/kind create cluster --config ./test/kind-in-podman.yaml
/bin/sh -c "/usr/bin/kind create cluster -v --config ./test/kind-in-podman.yaml
&& kubectl get no -o wide
&& kubectl get ns
&& cd ./test && go test . -v"
Expand Down

0 comments on commit d90e5e9

Please sign in to comment.