Skip to content

Added kubctl clean up before deploy in pipeline #1203

Added kubctl clean up before deploy in pipeline

Added kubctl clean up before deploy in pipeline #1203

Workflow file for this run

name: Check Ui package
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'yarn'
- run: cd packages/ui && yarn install
- run: cd packages/ui && yarn lint
- run: cd packages/ui && yarn run build