Skip to content

Commit 37069ef

Browse files
committed
add LPDB API key to workflow
1 parent 3f92c5f commit 37069ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131

3232
- name: Run tests
3333
run: uv run pytest --junit-xml=pytest.xml
34+
env:
35+
API_KEY: ${{ secrets.LPDB_API_KEY }}
3436

3537
- name: Publish Test Results
3638
if: ${{ always() }}

0 commit comments

Comments
 (0)