proceed when no tests are included

This commit is contained in:
Thomas Quandalle
2022-06-08 13:41:03 +02:00
parent 7908a4af7f
commit 4bd07f1282
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- checkout
- run: node --version
- run: cd ui && yarn
- run: cd ui && yarn test
- run: cd ui && yarn test --passWithNoTests
- run: cd ui && yarn build