We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc81e91 commit d99f594Copy full SHA for d99f594
.github/workflows/pr-checks.yml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
submodules: recursive
47
- name: Run flagd-testbed
48
- run: docker run -d -p 8013:8013 -v ${{ github.workspace }}/test-harness/testing-flags.json:/testing-flags.json ghcr.io/open-feature/flagd-testbed:v0.2.1
+ run: docker run -d -p 8013:8013 -v ${{ github.workspace }}/test-harness/testing-flags.json:/testing-flags.json ghcr.io/open-feature/flagd-testbed:v0.2.2
49
- name: Setup Environment
50
run: |
51
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
0 commit comments