Skip to content

Commit 2e9de3e

Browse files
kruppelSasso
authored andcommitted
1 parent b41f9e2 commit 2e9de3e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ build:
1212
destroy:
1313
docker-compose stop
1414
docker-compose rm -f
15+
16+
test:
17+
cd dashboard && npm i && npm run lint

circle.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
jobs:
3+
build:
4+
working_directory: ~/codeflow
5+
machine: true
6+
steps:
7+
- checkout
8+
- run: cp ./dashboard/.env ./dashboard/.env.development
9+
- run: make test

0 commit comments

Comments
 (0)