mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
add tests for script app
This commit is contained in:
parent
72d73cad01
commit
48363ffd82
@ -100,6 +100,26 @@ jobs:
|
|||||||
name: Run tests
|
name: Run tests
|
||||||
command: npm test
|
command: npm test
|
||||||
|
|
||||||
|
packages:
|
||||||
|
docker:
|
||||||
|
- image: circleci/node:10-browsers
|
||||||
|
working_directory: ~/offen/packages
|
||||||
|
steps:
|
||||||
|
- checkout:
|
||||||
|
path: ~/offen
|
||||||
|
- restore_cache:
|
||||||
|
key: offen-packages-{{ checksum "package.json" }}
|
||||||
|
- run:
|
||||||
|
name: Install dependencies
|
||||||
|
command: npm install
|
||||||
|
- save_cache:
|
||||||
|
paths:
|
||||||
|
- ~/offen/packages/node_modules
|
||||||
|
key: offen-packages-{{ checksum "package.json" }}
|
||||||
|
- run:
|
||||||
|
name: Run tests
|
||||||
|
command: npm test
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_and_test:
|
build_and_test:
|
||||||
@ -108,3 +128,4 @@ workflows:
|
|||||||
- vault
|
- vault
|
||||||
- script
|
- script
|
||||||
- auditorium
|
- auditorium
|
||||||
|
- packages
|
||||||
|
Loading…
Reference in New Issue
Block a user