Skip to content

Commit

Permalink
remove test due to lack on openai env var in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Taqi Jaffri committed Dec 6, 2023
1 parent fa04316 commit 5d11960
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- name: Lint code
run: make lint

- name: Run tests
run: make test

- name: Check PR status
run: |
if [ -n "$(git diff --name-only ${{ github.base_ref }}..${{ github.head_ref }})" ]; then
Expand Down

0 comments on commit 5d11960

Please sign in to comment.