Skip to content

SK-1801 public release for card brand choice (#95) #3

SK-1801 public release for card brand choice (#95)

SK-1801 public release for card brand choice (#95) #3

Workflow file for this run

name: CI pipeline for main branch
on:
push:
branches:
- main
jobs:
ci-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.21.3
- name: install node_modules
run: npm install
- name: Run tests
run: npm run test
- name: Build
run: npm run build