Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vazirim authored Aug 30, 2024
1 parent db709ff commit 6f12785
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ jobs:
- name: pre-commit checks
run: pre-commit run -a
- name: run tests
run: py.test -v --capture=tee-sys tests
env:
WATSONX_PROJECT_ID: ${{ secrets.WATSONX_PROJECT_ID }}
WATSONX_KEY: ${{ secrets.WATSONX_KEY }}
WATSONX_API: ${{ secrets.WATSONX_API }}
GENAI_KEY: ${{ secrets.GENAI_KEY }}
GENAI_API: ${{ secrets.GENAI_API }}
run: py.test -v --capture=tee-sys tests


0 comments on commit 6f12785

Please sign in to comment.