Skip to content

Update Support N26 2024 CSV Format #7813

Update Support N26 2024 CSV Format

Update Support N26 2024 CSV Format #7813

Workflow file for this run

name: Test Parsers
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Install, Build, and Test
run: |
cd packages/ynap-parsers
yarn install
yarn build
yarn test --coverage
env:
CI: true
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}