downgrade many logs to debug level #305
Workflow file for this run
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: Integration Tests | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
no-tee: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run yarn install | |
run: yarn install | |
- name: Run encointer-node | |
run: ./scripts/docker_run_encointer_node_notee.sh & | |
- name: Run integration tests | |
run: yarn test:integration | |
kusama-parachain: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run yarn install | |
run: yarn install | |
- name: Run integration tests | |
run: yarn test:ksm |