difftreelog
fix comment launch of readyness check
in: master
1 file changed
.github/workflows/nodes-only-update.ymldiffbeforeafterboth7777787879 steps:79 steps:80 - name: Skip if pull request is in Draft80# - name: Skip if pull request is in Draft81 # `if: github.event.pull_request.draft == true` should be kept here, at81 # `if: github.event.pull_request.draft == true` should be kept here, at82 # 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 not83 # recommended because when the PR is moved from "Draft" to "Ready to83 # recommended because when the PR is moved from "Draft" to "Ready to92 # 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 was93 # skipped) and "Check reviews" is also passing (it won't be updated93 # skipped) and "Check reviews" is also passing (it won't be updated94 # 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 == true96 run: exit 196# run: exit 1979798 - name: Clean Workspace98 - name: Clean Workspace99 uses: AutoModality/action-clean@v1.1.099 uses: AutoModality/action-clean@v1.1.0196 yarn install196 yarn install197 yarn add mochawesome197 yarn add mochawesome198 echo "Ready to start tests"198 echo "Ready to start tests"199 node scripts/readyness.js199# node scripts/readyness.js200 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 install273 yarn add mochawesome273 yarn add mochawesome274 echo "Ready to start tests"274 echo "Ready to start tests"275 node scripts/readyness.js275# node scripts/readyness.js276 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/