diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d909ab6..a0d460c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: