Skip to content

Commit

Permalink
Merge branch 'ai16z:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
o-on-x authored Nov 9, 2024
2 parents 1fc9c3e + ad548d8 commit 7b3fd42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:

- name: Create test env file
run: |
echo "TEST_DATABASE_CLIENT=sqlite" > core/.env.test
echo "NODE_ENV=test" >> core/.env.test
echo "TEST_DATABASE_CLIENT=sqlite" > packages/core/.env.test
echo "NODE_ENV=test" >> packages/core/.env.test
- name: Run tests
run: cd core && pnpm test
run: cd packages/core && pnpm test

- name: Build packages
run: pnpm run build

0 comments on commit 7b3fd42

Please sign in to comment.