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

difftreelog

fix comment launch of readyness check

Alexander Aksenov2022-08-24parent: #8b00d85.patch.diff
in: master

1 file changed

modified.github/workflows/nodes-only-update.ymldiffbeforeafterboth
7777
7878
79 steps:79 steps:
80 - name: Skip if pull request is in Draft80# - name: Skip if pull request is in Draft
81 # `if: github.event.pull_request.draft == true` should be kept here, at81 # `if: github.event.pull_request.draft == true` should be kept here, at
82 # the step level, rather than at the job level. The latter is not82 # the step level, rather than at the job level. The latter is not
83 # recommended because when the PR is moved from "Draft" to "Ready to83 # recommended because when the PR is moved from "Draft" to "Ready to
92 # 4. Move it to "Ready for review"; now the workflow is passing (it was92 # 4. Move it to "Ready for review"; now the workflow is passing (it was
93 # skipped) and "Check reviews" is also passing (it won't be updated93 # skipped) and "Check reviews" is also passing (it won't be updated
94 # until the workflow is finished)94 # until the workflow is finished)
95 if: github.event.pull_request.draft == true95# if: github.event.pull_request.draft == true
96 run: exit 196# run: exit 1
9797
98 - name: Clean Workspace98 - name: Clean Workspace
99 uses: AutoModality/action-clean@v1.1.099 uses: AutoModality/action-clean@v1.1.0
196 yarn install196 yarn install
197 yarn add mochawesome197 yarn add mochawesome
198 echo "Ready to start tests"198 echo "Ready to start tests"
199 node scripts/readyness.js199# node scripts/readyness.js
200 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}200 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}
201 env:201 env:
202 RPC_URL: http://127.0.0.1:9933/202 RPC_URL: http://127.0.0.1:9933/
272 yarn install272 yarn install
273 yarn add mochawesome273 yarn add mochawesome
274 echo "Ready to start tests"274 echo "Ready to start tests"
275 node scripts/readyness.js275# node scripts/readyness.js
276 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}276 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}
277 env:277 env:
278 RPC_URL: http://127.0.0.1:9933/278 RPC_URL: http://127.0.0.1:9933/