mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-10-14 00:59:29 +00:00
CI: update SOP test suite docker image to v1.1.10
Add rsop to tested libraries.
This commit is contained in:
parent
f36be640cc
commit
ab8445116c
3
.github/test-suite/config.json.template
vendored
3
.github/test-suite/config.json.template
vendored
@ -27,6 +27,9 @@
|
||||
},
|
||||
{
|
||||
"path": "__RNP_SOP__"
|
||||
},
|
||||
{
|
||||
"path": "__RSOP__"
|
||||
}
|
||||
],
|
||||
"rlimits": {
|
||||
|
3
.github/test-suite/prepare_config.sh
vendored
3
.github/test-suite/prepare_config.sh
vendored
@ -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
|
2
.github/workflows/sop-test-suite.yml
vendored
2
.github/workflows/sop-test-suite.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user