mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-12 11:39:23 +00:00
sop-openpgpjs did not correctly apply the `OPENPGPJS_PATH` env variable; as a result, it did not actually test the code from either the PR and base branch, but always from the hardcoded version bundled with it.
35 lines
627 B
Plaintext
35 lines
627 B
Plaintext
{
|
|
"drivers": [
|
|
{
|
|
"id": "sop-openpgpjs-branch",
|
|
"path": "__SOP_OPENPGPJS__",
|
|
"env": {
|
|
"OPENPGPJS_PATH": "__OPENPGPJS_BRANCH__"
|
|
}
|
|
},
|
|
{
|
|
"id": "sop-openpgpjs-main",
|
|
"path": "__SOP_OPENPGPJS__",
|
|
"env": {
|
|
"OPENPGPJS_PATH": "__OPENPGPJS_MAIN__"
|
|
}
|
|
},
|
|
{
|
|
"path": "__SQOP__"
|
|
},
|
|
{
|
|
"path": "__GPGME_SOP__"
|
|
},
|
|
{
|
|
"id": "gosop-v2",
|
|
"path": "__GOSOP_V2__"
|
|
},
|
|
{
|
|
"path": "__RNP_SOP__"
|
|
}
|
|
],
|
|
"rlimits": {
|
|
"DATA": 1073741824
|
|
}
|
|
}
|
|
|