Skip to content

fix(ci) Fix CI for monorepo #1

fix(ci) Fix CI for monorepo

fix(ci) Fix CI for monorepo #1

Workflow file for this run

name: CI
on: push
jobs:
build-front:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Workspace shop-client
run: cd shop-client
- name: Install dependencies
run: npm install
- name: Linter
run: npm run lint
- name: Build
run: npm run build
- name: Docker build
run: docker build .
build-back:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Workspace shop-server
run: cd shop-server
- name: Build
run: ./mvnw build package
- name: Docker build
run: docker build .
-

Check failure on line 44 in .github/workflows/CI.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/CI.yaml (Line: 44, Col: 10): Unexpected value ''