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 7330acc commit 1161d5bCopy full SHA for 1161d5b
.github/workflows/e2e-tests.yaml
@@ -69,9 +69,9 @@ jobs:
69
${{ github.workspace }}/ndc-postgres/result/bin/ndc-postgres
70
run: |
71
npm install
72
- just start-postgres-dependencies start-apollo-subgraph
+ just start-postgres_v0_2-dependencies start-apollo-subgraph
73
trap 'just stop-everything' EXIT
74
- RUST_LOG=DEBUG ./crates/postgres/static/run-postgres-tests.sh '.*' "$NDC_POSTGRES_BINARY" "$ENGINE_BINARY"
+ RUST_LOG=DEBUG ./crates/postgres_v0_2/static/run-postgres-tests.sh '.*' "$NDC_POSTGRES_BINARY" "$ENGINE_BINARY"
75
76
- name: Upload logs
77
if: always()
0 commit comments