Skip to content

Commit

Permalink
chore(deps): update dependency open-feature/test-harness to v0.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 353dbb1 commit d6c4358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ test:
go list -f '{{.Dir}}/...' -m | xargs -I{} go test -v {}

e2e-start-helpers:
docker run --name $(FLAGD_TESTBED) -d -p 8013:8013 ghcr.io/open-feature/flagd-testbed:v0.5.6
docker run --name $(FLAGD_SYNC) -d -p 9090:9090 ghcr.io/open-feature/sync-testbed:v0.5.6
docker run --name $(FLAGD_TESTBED) -d -p 8013:8013 ghcr.io/open-feature/flagd-testbed:v0.5.21
docker run --name $(FLAGD_SYNC) -d -p 9090:9090 ghcr.io/open-feature/sync-testbed:v0.5.21

e2e-remove-helpers:
docker stop $(FLAGD_TESTBED)
Expand Down

0 comments on commit d6c4358

Please sign in to comment.