Skip to content

Commit

Permalink
Merge pull request #9 from Clovel/CI-CD
Browse files Browse the repository at this point in the history
[#6] Added CTest call to the `npm test` script
  • Loading branch information
Clovel authored Mar 18, 2020
2 parents 9a4d565 + 7cd8d8e commit a33c791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
cmake ../generator -DCMAKE_C_FLAGS=/w34716 -DCMAKE_CXX_FLAGS=/w34716
cmake --build .
- name: Test Node project
- name: Test project
run: |
npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Object Dictionary code generator for the OSCO stack",
"main": "gui/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"test": "cd build/tests/ && ctest -VV",
"build-gen": "./buildCGen.sh",
"start": "electron ."
},
Expand Down

0 comments on commit a33c791

Please sign in to comment.