diff --git a/.github/workflows/run-feature-tests-epas.yml b/.github/workflows/run-feature-tests-epas.yml index bb14e1031..f7f45d705 100644 --- a/.github/workflows/run-feature-tests-epas.yml +++ b/.github/workflows/run-feature-tests-epas.yml @@ -123,8 +123,8 @@ jobs: "tablespace_path": "/var/lib/edb-as/tablespaces/${{ matrix.pgver }}", "enabled": true, "default_binary_paths": { - "pg": "/usr/lib/edb-as/${{ matrix.pgver }}/bin", - "ppas": "" + "pg": "", + "ppas": "/usr/lib/edb-as/${{ matrix.pgver }}/bin" } } ],