Skip to content

Commit

Permalink
Merge branch 'main' into pdl-121
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel committed Aug 30, 2024
2 parents bc9453a + 6f12785 commit 4c27c23
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,12 @@ jobs:
- name: pre-commit checks
run: pre-commit run -a
- name: run 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


2 changes: 1 addition & 1 deletion tests/test_line_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def do_test(t, capsys):
generate(t["file"], None, {}, "json", None)
generate(t["file"], None, {}, None, None)
captured = capsys.readouterr()
output = captured.out.split("\n")
print(output)
Expand Down

0 comments on commit 4c27c23

Please sign in to comment.