Skip to content

fix(cb2-7666): global find and replace axle to fifth wheel coupling (… #1665

fix(cb2-7666): global find and replace axle to fifth wheel coupling (…

fix(cb2-7666): global find and replace axle to fifth wheel coupling (… #1665

Workflow file for this run

name: CI
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14'
- name: update npm dependency
run: npm i -g npm@7
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint:ci
- name: Run tests
run: npm run test:ci