Skip to content

Commit

Permalink
Change URL for device tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
elibon99 committed Sep 20, 2023
1 parent 4837bfb commit adc0d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
if: ${{ env.BACKEND }}
run: |
echo Using backend $BACKEND
poetry run pytest -v --backend "$BACKEND" tests/device/
poetry run pytest -v --backend "$BACKEND/connector/api" tests/device/
- name: Release HSM
if: ${{ always() && env.BACKEND }}
Expand Down

0 comments on commit adc0d11

Please sign in to comment.