Skip to content

Feat: As an assisted service agent, I want to view list of coupons pa… #2693

Feat: As an assisted service agent, I want to view list of coupons pa…

Feat: As an assisted service agent, I want to view list of coupons pa… #2693

Workflow file for this run

on:
push:
branches:
- 'release/4.**'
- 'epic/**'
- 'develop'
- 'develop-*'
name: Installation
jobs:
install:
name: Build libs and install
environment: dev
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: NPM
run: npm ci
env:
FORCE_COLOR: 2 # Support colors from chalk
- name: run installation script
run: cd ./scripts/install && ./run.sh install && ./run.sh start