Fixed tests GH Action hopefully

This commit is contained in:
dangered wolf 2022-08-08 17:34:26 -04:00
parent 55a7925b1d
commit 56779d4da6
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -7,7 +7,7 @@ on:
branches: [main, unit-tests]
jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@ -17,4 +17,4 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm install
- run: npm test
- run: npx webpack && npm test