try to improve test reliability

This commit is contained in:
pythongosssss
2023-12-19 20:38:07 +00:00
parent 9a7619b72d
commit 8680ac3dfd
3 changed files with 12 additions and 1 deletions

View File

@@ -22,5 +22,5 @@ jobs:
run: |
npm ci
npm run test:generate
npm test
npm test -- --verbose
working-directory: ./tests-ui