Skip to content

Commit

Permalink
Merge pull request #50 from brueningf/staging
Browse files Browse the repository at this point in the history
Switch to vitest for better compatibility
  • Loading branch information
ProgramStuff authored Jan 29, 2025
2 parents 24be584 + 218387d commit cb40da5
Show file tree
Hide file tree
Showing 9 changed files with 2,135 additions and 3,946 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,13 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Setup Prisma
working-directory: ./backend
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/test_db
run: |
npx prisma generate
npx prisma migrate dev --name init --schema=./prisma/schema.prisma
- name: CI
working-directory: ./backend
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/test_db
run: |
npm install
npx prisma generate
npx prisma migrate dev --name init --schema=./prisma/schema.prisma
npm run build --if-present
npx jest
207 changes: 0 additions & 207 deletions frontend/jest.config.ts

This file was deleted.

Loading

0 comments on commit cb40da5

Please sign in to comment.