circleci: Change naming slightly
This commit is contained in:
parent
6d10d07489
commit
3b7af0f290
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
version: 2
|
version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
run_tester:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:latest
|
- image: circleci/node:latest
|
||||||
working_directory: ~/flaska
|
working_directory: ~/flaska
|
||||||
|
@ -20,4 +20,4 @@ workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_deploy:
|
build_deploy:
|
||||||
jobs:
|
jobs:
|
||||||
- build
|
- run_tester
|
||||||
|
|
Loading…
Reference in a new issue