difftreelog
Changed step related to Node JS installation
in: master
1 file changed
.github/workflows/node_build_test.ymldiffbeforeafterboth85# - name: Wait85# - name: Wait86# run: sleep 420s86# run: sleep 420s878788 - name: Install node88 - uses: actions/setup-node@v389 uses: actions/setup-node@v190 with:89 with:91 node-version: 16.x90 node-version: 1691 cache: 'yarn'92 cache-dependency-path: tests/package.json929393# - name: Install dependencies94# - name: Install dependencies94# run: |95# run: |100 - name: Run tests101 - name: Run tests101 run: |102 run: |102 cd tests103 cd tests103 echo "Installing required packages"104 # echo "Installing required packages"104 yarn install105 # yarn install105 yarn add @polkadot/api @polkadot/util@9.4.1 mochawesome106 # yarn add polkadot/api polkadot/util mochawesome106 echo "Ready to start tests"107 echo "Ready to start tests"107 node .docker/readyness.js108 node .docker/readyness.js108 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}109 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}