-
Notifications
You must be signed in to change notification settings - Fork 0
43 lines (37 loc) · 1017 Bytes
/
testing.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
name: Testing
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
opengsn: "true"
estuary: "true"
compute: "true"
- name: Test action artifacts
run: |
nvm-tools copy-artifacts ./artifacts
ls -l ./artifacts/ready
- name: Test action cirtuits
run: |
nvm-tools copy-circuits ./circuits
ls -l circuits/keytransfer.wasm
- name: Test action services
run: |
curl argocd.nevermined.localnet
curl contracts.nevermined.localnet
curl node.nevermined.localnet
curl marketplace.nevermined.localnet
curl opengsn.nevermined.localnet/getaddr
curl estuary.nevermined.localnet/health
curl minio.nevermined.localnet
curl argo.nevermined.localnet