Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Nov 22, 2023
1 parent 6224ae2 commit 21b0934
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 45 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
env:
CYPRESS_VERIFY_TIMEOUT: 600000

- name: Initialize Database
run: npm run databaseMaintenance

- name: Run Coverage Testing
run: npm run coverage

Expand Down
1 change: 0 additions & 1 deletion test/0.initializeDatabase.d.ts

This file was deleted.

18 changes: 0 additions & 18 deletions test/0.initializeDatabase.js

This file was deleted.

26 changes: 0 additions & 26 deletions test/0.initializeDatabase.ts

This file was deleted.

0 comments on commit 21b0934

Please sign in to comment.