mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-11-24 06:25:50 +00:00
Merge pull request #1924
CI: update SOP test suite docker image to v2.0.0
This commit is contained in:
commit
ede35e31a9
6
.github/workflows/sop-test-suite.yml
vendored
6
.github/workflows/sop-test-suite.yml
vendored
@ -10,13 +10,17 @@ jobs:
|
|||||||
name: Run interoperability test suite
|
name: Run interoperability test suite
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.12
|
image: ghcr.io/protonmail/openpgp-interop-test-docker:v2.0.0
|
||||||
credentials:
|
credentials:
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.github_token }}
|
password: ${{ secrets.github_token }}
|
||||||
steps:
|
steps:
|
||||||
# check out repo for scripts
|
# check out repo for scripts
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
|
# the interop image does not include Node.js
|
||||||
|
- uses: actions/setup-node@v6
|
||||||
|
with:
|
||||||
|
node-version: '22.x'
|
||||||
# check out pull request branch
|
# check out pull request branch
|
||||||
- name: Checkout openpgpjs-branch
|
- name: Checkout openpgpjs-branch
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user