Skip to content

Commit 1161d5b

Browse files
committed
Run 0.2.0 e2e tests
1 parent 7330acc commit 1161d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
${{ github.workspace }}/ndc-postgres/result/bin/ndc-postgres
7070
run: |
7171
npm install
72-
just start-postgres-dependencies start-apollo-subgraph
72+
just start-postgres_v0_2-dependencies start-apollo-subgraph
7373
trap 'just stop-everything' EXIT
74-
RUST_LOG=DEBUG ./crates/postgres/static/run-postgres-tests.sh '.*' "$NDC_POSTGRES_BINARY" "$ENGINE_BINARY"
74+
RUST_LOG=DEBUG ./crates/postgres_v0_2/static/run-postgres-tests.sh '.*' "$NDC_POSTGRES_BINARY" "$ENGINE_BINARY"
7575
7676
- name: Upload logs
7777
if: always()

0 commit comments

Comments
 (0)