Skip to content

Commit

Permalink
add npm run dev to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-farooq committed Oct 20, 2024
1 parent 1b3673c commit 592eea0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
mkdir -p database
touch database/database.sqlite
- name: Setup vite
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run dev

- name: execute tests via phpunit
# services:
# websocket:
Expand Down

0 comments on commit 592eea0

Please sign in to comment.