Skip to content

Commit

Permalink
ops: hsds tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kerberizer committed Sep 13, 2024
1 parent bcac5b4 commit 26d96de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
run: poetry install --no-interaction

- name: Run tests
env:
HS_ENDPOINT: ${{ secrets.HS_ENDPOINT }}
HS_USERNAME: ${{ secrets.HS_USERNAME }}
HS_PASSWORD: ${{ secrets.HS_PASSWORD }}
run: poetry run pytest

build:
Expand Down

0 comments on commit 26d96de

Please sign in to comment.