Skip to content

[MARKENG-3456][c] update pmt from v2.0.31 to v2.0.32 #319

[MARKENG-3456][c] update pmt from v2.0.31 to v2.0.32

[MARKENG-3456][c] update pmt from v2.0.31 to v2.0.32 #319

Workflow file for this run

name: CI
on:
pull_request:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@master
with:
node-version: '14'
- name: eslint run
env:
PM_TECH: ${{secrets.PM_TECH}}
run: |
npm install
npm run test:bff
npm run test:lint