Skip to content

update color and comment #639

update color and comment

update color and comment #639

Workflow file for this run

name: CI
on: push
jobs:
build_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: node -v
- name: 🌎 install dependencies
run: npm ci --unsafe-perm && cd apps/front && npm ci --unsafe-perm
- name: ⚡️build front
run: npm run build:front
- name: 🙏🏽 test
run: npm run test:front