1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

feat(cli): add --ci option to run test command

This commit is contained in:
Divlo
2021-06-25 12:46:01 +02:00
parent b098e04cdc
commit c55c67e0a5
5 changed files with 69 additions and 62 deletions

View File

@ -108,4 +108,4 @@ jobs:
run: 'npm install --global'
- name: 'Test'
run: 'programming-challenges run test --affected'
run: 'programming-challenges run test --affected --ci'