make-tests-work #7

Open
aCheeseInTheDark wants to merge 16 commits from make-tests-work into master
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 70291c27aa - Show all commits

View File

@ -7,5 +7,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm run install |
npm run test
- run: npm install && npm run test