Skip to content

Fix/deno 2 test and build #5

Fix/deno 2 test and build

Fix/deno 2 test and build #5

Workflow file for this run

name: Node Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
node: [18]
runs-on: ${{ matrix.platform }}
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'
- name: Set git name/email
run: |
git config --global user.email "[email protected]"
git config --global user.name "bids-maintenance"
- name: Set up Node
working-directory: ./legacy
run: |
npm install -g npm@^7
npm install
- name: Eslint
working-directory: ./legacy
run: npm run lint
- name: Get bids-examples data
working-directory: ./legacy
run: git submodule update --init
- name: Jest tests
working-directory: ./legacy
run: npm run coverage -- --maxWorkers=2 --testTimeout=10000 --colors
- name: Upload to codecov
working-directory: ./legacy
uses: codecov/codecov-action@v4

Check failure on line 53 in .github/workflows/node_tests.yml

View workflow run for this annotation

GitHub Actions / Node Tests

Invalid workflow file

The workflow is not valid. .github/workflows/node_tests.yml (Line: 53, Col: 9): Unexpected value 'uses' .github/workflows/node_tests.yml (Line: 54, Col: 9): Unexpected value 'with'
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Smoke tests
working-directory: ./legacy
run: |
bids-validator/bin/bids-validator bids-validator/tests/data/valid_headers/ --ignoreNiftiHeaders
bids-validator/bin/bids-validator bids-validator/tests/data/valid_headers/ --ignoreNiftiHeaders --json