Skip to content

build(deps-dev): bump tslint-to-eslint-config from 2.14.0 to 2.14.3 #664

build(deps-dev): bump tslint-to-eslint-config from 2.14.0 to 2.14.3

build(deps-dev): bump tslint-to-eslint-config from 2.14.0 to 2.14.3 #664

name: Integration Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Reclaim some disk space
run: docker system prune --all --volumes -f
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: |
yarn
- name: Compile and lint
run: |
yarn run build
yarn run lint
- name: Check code formatting
run: yarn format:check
- uses: nevermined-io/[email protected]
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
estuary: 'true'
node: 'false'
- name: Check artifacts
run: |
nvm-tools copy-artifacts ./artifacts
ls -l artifacts
nvm-tools copy-circuits ./circuits
ls -l circuits
- name: Run node
run: |
yarn setup:dev
yarn start &
# wait for node to start
wget --retry-connrefused --tries=20 http://localhost:8030
- name: Run tests
run: |
# HDWalletProvider keeps jest from exiting
yarn integration --detectOpenHandles