removed unnessary test

* added fail-fast to strategy  in versions.yml
* refactored logic in main that was causing test to fail
This commit is contained in:
La'Kaleigh Harris 2021-10-06 16:40:36 +00:00 committed by GitHub
parent 7fb46efb66
commit ec979d0561
4 changed files with 98 additions and 138 deletions

View file

@ -81,6 +81,7 @@ jobs:
version-file:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
@ -88,7 +89,7 @@ jobs:
- name: Setup node test
uses: ./
with:
node-version-file: '.nvmrc'
node-version-file: './.nvmrc'
node-dist:
runs-on: ${{ matrix.os }}
strategy: