-
Notifications
You must be signed in to change notification settings - Fork 6
47 lines (41 loc) · 1.26 KB
/
tests-multi-user.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name: Run Singlesig Multi User Tests
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
test-multiple-aids-singlesig:
name: Run singlesig multi user integration test using keria:${{ matrix.keria-version }}
runs-on: ${{ matrix.os }}
timeout-minutes: 60
defaults:
run:
working-directory: signify-ts-test/
strategy:
matrix:
os: ["ubuntu-latest"]
keria-version: ["0.2.0-dev3"]
node-version: ["20"]
env:
KERIA_IMAGE_TAG: ${{ matrix.keria-version }}
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: install deps
run: |
npm cache clean --force
npm set registry https://registry.npmjs.org/
npm ci
- name: Run docker
run: ./test-workflow.sh --docker=verify
- name: Build
run: ./test-workflow.sh --build
- name: Issue Credentials, Generate reports, API test, Verifier test
run: WORKFLOW=singlesig-multi-user.yaml CONFIGURATION=configuration-singlesig-multi-user.json ./test-workflow.sh --data-report-verify-proxy