mirror of
https://github.com/kerberos-io/agent.git
synced 2026-08-23 15:08:32 +00:00
Update config.yml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user