Skip to content

Commit

Permalink
After testing on runner, using docker exec directly for brevity
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jul 9, 2024
1 parent 834679a commit cc0a16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

- name: DEBUG: Run Selenium outside of promptflow
run: |
docker exec promptflow python call_assistant.py
docker exec promptflow python call_assistant.py
- name: Run tests
run: |
Expand Down

0 comments on commit cc0a16c

Please sign in to comment.