Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Updating CircleCI configuration with build test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmayer authored Jun 7, 2021
1 parent ae3f29c commit 67a1402
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
version: 2.1

jobs:
Build:
Build test:
docker:
- image: cimg/node:14.13.1
steps:
Expand All @@ -27,8 +27,8 @@ jobs:
name: Install the dependencies
command: npm install
- run:
name: Build
command: npm run build
name: Run build test
command: npm run test


Code linting:
Expand All @@ -47,5 +47,5 @@ workflows:
version: 2
ci:
jobs:
- Build
- Build test
- Code linting

0 comments on commit 67a1402

Please sign in to comment.