Fix pg installation reference in stormweaver run

The path had an additional "../" section, which means it referenced
outside the action working directory. For some reason (possibly earlier
scripts during development?) we had an existing postgres installation
there, but it was old and never updated. As it still had  bugs in the
partition handling code, it always reported an error.
pull/238/head
Zsolt Parragi 2 months ago
parent 9cddf8d6b1
commit 54d012893d
  1. 2
      .github/workflows/stormweaver.yml

@ -50,7 +50,7 @@ jobs:
working-directory: postgres
- name: Run Stormweaver
run: bin/stormweaver scenarios/basic.lua -i ../../pginst
run: bin/stormweaver scenarios/basic.lua -i ../pginst
working-directory: stormweaver
- name: Upload logs on test fail

Loading…
Cancel
Save