circleci: Change naming slightly

master
Jonatan Nilsson 2021-10-11 02:15:52 +00:00
parent 6d10d07489
commit 3b7af0f290
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
version: 2
jobs:
build:
run_tester:
docker:
- image: circleci/node:latest
working_directory: ~/flaska
@ -20,4 +20,4 @@ workflows:
version: 2
build_deploy:
jobs:
- build
- run_tester