Skip to content

V2.4.8 Add searchTrain by headsign function from SearchManager class #126

V2.4.8 Add searchTrain by headsign function from SearchManager class

V2.4.8 Add searchTrain by headsign function from SearchManager class #126

Workflow file for this run

name: test module
on:
pull_request:
push:
branches-ignore:
- prepare/V2
- dist
jobs:
test:
runs-on: ubuntu-latest
env:
CI: true
SNCF_TOKEN: ${{ secrets.SNCF_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.x
- name: download deps
run: npm ci
- name: test run
run: tsc