git.delta.rocks / unique-network / refs/commits / ca21272ac646

difftreelog

Update node_build_test.yml

Alex2022-08-01parent: #80975a9.patch.diff
in: master

1 file changed

modified.github/workflows/node_build_test.ymldiffbeforeafterboth
106 yarn --pure-lockfile106 yarn --pure-lockfile
107107
108 - name: Run tests108 - name: Run tests
109 run: |109 run: |
110 cd tests110 cd tests
111 ./scripts/ci-check-docker-state.sh111 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}
112 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}
113 env:112 env:
114 RPC_URL: http://127.0.0.1:9933/113 RPC_URL: http://127.0.0.1:9933/
115114