Update config.yml

This commit is contained in:
cedricve
2020-12-28 14:13:20 +01:00
parent c2b5b1e858
commit e21089cdd9

View File

@@ -3,7 +3,7 @@
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
jobs:
build:
backend:
docker:
- image: circleci/golang:1.15
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
@@ -22,3 +22,8 @@ jobs:
- run: yarn build
workflows:
backend_and_frontend:
jobs:
- backend
- frontend