Skip to content

Commit 8fad3ff

Browse files
authored
ci: update SDK harness to 0.9.0 (#252)
1 parent 791bb89 commit 8fad3ff

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/sdk-compliance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ on:
1414
jobs:
1515
compliance:
1616
name: PostHog SDK compliance tests
17-
uses: PostHog/posthog-sdk-test-harness/.github/workflows/test-sdk-action.yml@be8b8d5a3f94a249659844e94832e874f049c1e4
17+
uses: PostHog/posthog-sdk-test-harness/.github/workflows/test-sdk-action.yml@68498bcf3ae95ac941476e6ca3d42d6086e1c7fd
1818
with:
1919
adapter-dockerfile: "sdk_compliance_adapter/Dockerfile"
2020
adapter-context: "."
21-
test-harness-version: "0.8.0"
21+
test-harness-version: "0.9.0"

sdk_compliance_adapter/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ docker run -d --name sdk-adapter --network test-network -p 8080:8080 posthog-dot
3535
docker run --rm \
3636
--name test-harness \
3737
--network test-network \
38-
ghcr.io/posthog/sdk-test-harness:0.8.0 \
38+
ghcr.io/posthog/sdk-test-harness:0.9.0 \
3939
run --adapter-url http://sdk-adapter:8080 --mock-url http://test-harness:8081
4040

4141
# Cleanup

sdk_compliance_adapter/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99

1010
# Test harness
1111
test-harness:
12-
image: ghcr.io/posthog/sdk-test-harness:0.8.0
12+
image: ghcr.io/posthog/sdk-test-harness:0.9.0
1313
command: ["run", "--adapter-url", "http://sdk-adapter:8080", "--mock-url", "http://test-harness:8081"]
1414
networks:
1515
- test-network

0 commit comments

Comments
 (0)