forked from hyperledger-archives/aries-framework-go
-
Notifications
You must be signed in to change notification settings - Fork 0
53 lines (47 loc) · 1.11 KB
/
test-suite.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
48
49
50
51
52
53
#
# Copyright SecureKey Technologies Inc. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
name: test-suite
on:
push:
branches-ignore:
- 'dependabot/**'
paths:
- 'pkg/doc/verifiable/**'
- 'scripts/*_test_suite.sh'
- '.github/workflows/test-suite.yml'
- 'Makefile'
pull_request:
paths:
- 'pkg/doc/verifiable/**'
- 'scripts/*_test_suite.sh'
- '.github/workflows/test-suite.yml'
- 'Makefile'
jobs:
vcTestSuite:
name: VC test suite
runs-on: ubuntu-18.04
timeout-minutes: 10
steps:
- name: Setup Go 1.17
uses: actions/setup-go@v2
with:
go-version: 1.17
id: go
- name: Setup node
uses: actions/[email protected]
with:
node-version: '16.x'
- name: Setup mocha
timeout-minutes: 10
run: npm install -g mocha
- uses: actions/checkout@v3
- name: Run test suite
timeout-minutes: 10
run: make vc-test-suite
- uses: actions/[email protected]
with:
name: vc-report
path: build/vc-test-suite/suite/implementations/aries-framework-go-report.json