diff --git a/.github/test-suite/config.json.template b/.github/test-suite/config.json.template index 168cccf1..8e9a9d3f 100644 --- a/.github/test-suite/config.json.template +++ b/.github/test-suite/config.json.template @@ -27,6 +27,9 @@ }, { "path": "__RNP_SOP__" + }, + { + "path": "__RSOP__" } ], "rlimits": { diff --git a/.github/test-suite/prepare_config.sh b/.github/test-suite/prepare_config.sh index f7ff0b51..7cd12984 100755 --- a/.github/test-suite/prepare_config.sh +++ b/.github/test-suite/prepare_config.sh @@ -7,7 +7,8 @@ cat $CONFIG_TEMPLATE \ | sed "s@__OPENPGPJS_MAIN__@${OPENPGPJS_MAIN}@g" \ | sed "s@__SQOP__@${SQOP}@g" \ | sed "s@__GPGME_SOP__@${GPGME_SOP}@g" \ - | sed "s@__GOSOP_V2__@${GOSOP_DIR_V2}/gosop@g" \ + | sed "s@__GOSOP_V2__@${GOSOP_V2}@g" \ | sed "s@__SOP_OPENPGPJS__@${SOP_OPENPGPJS_V2}@g" \ | sed "s@__RNP_SOP__@${RNP_SOP}@g" \ + | sed "s@__RSOP__@${RSOP}@g" \ > $CONFIG_OUTPUT \ No newline at end of file diff --git a/.github/workflows/sop-test-suite.yml b/.github/workflows/sop-test-suite.yml index 193a91ac..2e29721a 100644 --- a/.github/workflows/sop-test-suite.yml +++ b/.github/workflows/sop-test-suite.yml @@ -10,7 +10,7 @@ jobs: name: Run interoperability test suite runs-on: ubuntu-latest container: - image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.7 + image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.10 credentials: username: ${{ github.actor }} password: ${{ secrets.github_token }}