Skip to content

Commit

Permalink
remove jest test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
superoo7 committed Jul 19, 2024
1 parent 6326e66 commit b90e532
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pre-merge-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ jobs:
- name: Install dependencies
run: bun install

- name: Run Jest unit & integration tests
env:
OPENAI_API_KEY: ${{ vars.OPENAI_API_KEY }}
GROQ_API_KEY: ${{ vars.GROQ_API_KEY }}
OPENROUTER_API_KEY: ${{ vars.OPENROUTER_API_KEY }}
run: bun run test --verbose
# - name: Run Jest unit & integration tests
# env:
# OPENAI_API_KEY: ${{ vars.OPENAI_API_KEY }}
# GROQ_API_KEY: ${{ vars.GROQ_API_KEY }}
# OPENROUTER_API_KEY: ${{ vars.OPENROUTER_API_KEY }}
# run: bun run test --verbose

type-check:
name: Type Checks
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bunx lint-staged
bun run build
# bun run test
bun run test

0 comments on commit b90e532

Please sign in to comment.