Fixed Tests

This commit is contained in:
Ahmad 2025-01-15 21:04:16 -05:00
parent 8c3b4b734e
commit ac244964a6
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
3 changed files with 144 additions and 1 deletions

View file

@ -25,6 +25,9 @@ jobs:
- name: Install dependencies
run: yarn install --immutable
- name: Build content collections
run: yarn build-collections
- name: Run tests
run: yarn coverage