accidently removed npm i

This commit is contained in:
pythongosssss 2023-10-16 11:52:58 +01:00
parent beb2a48ee1
commit c8830e5f87

View File

@ -11,5 +11,7 @@ jobs:
with:
node-version: 18
- name: Run Tests
run: npm test
run: |
npm install
npm test
working-directory: ./tests-ui