fix(package.json): fix test run script

This commit is contained in:
Lorenzo Iovino 2024-07-10 05:54:03 +02:00
parent 894dc99574
commit 8d896af514
3 changed files with 6 additions and 3 deletions

View file

@ -18,4 +18,4 @@ jobs:
- uses: actions/checkout@v2
- run: npm install
- run: npm run test
- run: npm run test:headless:singleRun