updated test to run vue tests

This commit is contained in:
2023-03-24 09:24:41 +10:00
parent d11ac9240c
commit 5691a051a6

View File

@@ -30,3 +30,11 @@ jobs:
DB_CONNECTION: sqlite
DB_DATABASE: database/database.sqlite
run: vendor/bin/phpunit
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: "16.x"
- name: Install dependencies
run: npm ci
- name: Run Vue tests
run: npm run test