Merge pull request #20 from nevermined-io/feat/update-nvm-tools-v0.1.6 #70
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |