Skip to content

Commit

Permalink
pipeline v19
Browse files Browse the repository at this point in the history
  • Loading branch information
pszkamruk-splunk committed Nov 6, 2023
1 parent 091bad7 commit 05ac202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ui-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: run tests
working-directory: ui_tests
run: |
pytest -vvv --splunk-user=admin --splunk-password="changeme2" --splunk-host="localhost" -k current
pytest -vvv --splunk-user=admin --splunk-password="changeme2" --splunk-host="localhost" --device-simulator="$(hostname -I | cut -d " " -f1)" -k current

0 comments on commit 05ac202

Please sign in to comment.