Skip to content

update admin-portal 7.12.0 #763

update admin-portal 7.12.0

update admin-portal 7.12.0 #763

Workflow file for this run

name: Push Workflow
on:
# When after commit pushed to branches not master nad release/next
push:
branches-ignore:
- 'master'
- 'release/next'
env:
CI: true
jobs:
init:
name: 'Install, Build and Test'
runs-on: ubuntu-latest
container: cypress/browsers:node12.13.0-chrome80-ff74
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
- run: make clean
- run: make install
- run: make build