Skip to content

Updated key name on seat selection in FlightBooking #57

Updated key name on seat selection in FlightBooking

Updated key name on seat selection in FlightBooking #57

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: nvm use v12.14.0
uses: actions/setup-node@v2
with:
node-version: '12.14.0'
- run: npm ci
- run: npm run check
- run: npm run build:ts
- run: npm test