Skip to content

Commit

Permalink
Merge pull request #120 from Supercolony-net/debug/ci
Browse files Browse the repository at this point in the history
Enable debug
  • Loading branch information
xgreenx authored May 25, 2022
2 parents bcc475b + f277246 commit 11c7c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
yarn build:release
- name: Run Test Mocha
run: |
substrate-contracts-node --tmp --dev > /dev/null 2>&1 & P1=$!
substrate-contracts-node --tmp --dev -lerror,runtime::contracts=debug,info,error,warning & P1=$!
yarn test:mocha & P2=$!
wait $P2
kill $P1

0 comments on commit 11c7c37

Please sign in to comment.