From eb016078d1270193c621b7893e18df201b607bc2 Mon Sep 17 00:00:00 2001 From: Craig Cornelius Date: Mon, 19 Aug 2024 17:35:38 -0700 Subject: [PATCH] Remove "Node.js 18 sample tests", issue #250 (#284) --- .github/workflows/run-nodejs.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/run-nodejs.yml diff --git a/.github/workflows/run-nodejs.yml b/.github/workflows/run-nodejs.yml deleted file mode 100644 index db5619ab..00000000 --- a/.github/workflows/run-nodejs.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Run Node JS tests - -on: - push: - branches: [ main ] - pull_request: - branches: '*' - -jobs: - nodejs_18: - name: Run Node.js 18 sample tests - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Use Node.js 18.7.0 - uses: actions/setup-node@v3 - with: - node-version: 18.7.0 - - name: test sourcing nvm.sh - run: source "$HOME/.nvm/nvm.sh" - shell: bash - - name: test nvm command - shell: bash -l -eo pipefail {0} - run: nvm ls - - name: "Run Node.js collator sample" - shell: bash -l -eo pipefail {0} - run: | - source "$HOME/.nvm/nvm.sh" - cd testdriver - bash runAll_node_local.sh - cd ../verifier - bash verifyNode_local.sh