We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ac576 commit 946b9f8Copy full SHA for 946b9f8
.github/workflows/ci.yml
@@ -38,15 +38,15 @@ jobs:
38
39
services:
40
flagd:
41
- image: ghcr.io/open-feature/flagd-testbed:v0.4.8
+ image: ghcr.io/open-feature/flagd-testbed:v0.4.10
42
ports:
43
- 8013:8013
44
flagd-unstable:
45
- image: ghcr.io/open-feature/flagd-testbed-unstable:v0.4.8
+ image: ghcr.io/open-feature/flagd-testbed-unstable:v0.4.10
46
47
- 8014:8013
48
sync:
49
- image: ghcr.io/open-feature/sync-testbed:v0.4.8
+ image: ghcr.io/open-feature/sync-testbed:v0.4.10
50
51
- 9090:9090
52
sync-unstable:
@@ -73,4 +73,4 @@ jobs:
73
github_token: ${{ github.token }}
74
75
- name: e2e
76
- run: npm run e2e
+ run: npm run e2e
0 commit comments