mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-01 22:43:44 +00:00
CI: update to sop-openpgp-v2 to test different v6 profiles
The implemented profiles do not work on v5, hence for now they need to be manually disabled in the config of 'sop-openpgpjs-main'.
This commit is contained in:
6
.github/workflows/sop-test-suite.yml
vendored
6
.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.6
|
||||
image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.7
|
||||
credentials:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.github_token }}
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Install openpgpjs-branch
|
||||
run: cd openpgpjs-branch && npm install
|
||||
- name: Print openpgpjs-branch version
|
||||
run: $SOP_OPENPGPJS version --extended
|
||||
run: $SOP_OPENPGPJS_V2 version --extended
|
||||
env:
|
||||
OPENPGPJS_PATH: ${{ github.workspace }}/openpgpjs-branch
|
||||
# check out main branch
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
- name: Install openpgpjs-main
|
||||
run: cd openpgpjs-main && npm install
|
||||
- name: Print openpgpjs-main version
|
||||
run: $SOP_OPENPGPJS version --extended
|
||||
run: $SOP_OPENPGPJS_V2 version --extended
|
||||
env:
|
||||
OPENPGPJS_PATH: ${{ github.workspace }}/openpgpjs-main
|
||||
# Run test suite
|
||||
|
||||
Reference in New Issue
Block a user