Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nithyatsu committed Oct 26, 2023
1 parent 665d815 commit 0e64fd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ jobs:
run: |
echo "testing local registry ....................."
k3d cluster create --agents 2 -p "80:80@loadbalancer" --k3s-arg "--disable=traefik@server:0" --registry-create mycluster-registry.localhost:127.0.0.1:5432
PORT="$(docker ps -f name=mycluster-registry --format \"{{.Ports}}\" | cut -d '-' -f 1 | cut -d ':' -f 2 )"
echo "$PORT"
- name: Install Dapr
if: steps.gen-id.outputs.RUN_TEST == 'true' && steps.gen-id.outputs.ENABLE_DAPR == 'true'
run: |
Expand Down

0 comments on commit 0e64fd2

Please sign in to comment.