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 fdd3425 commit 834679a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ jobs:
#- name: DEBUG: Setup upterm session
# uses: lhotari/action-upterm@v1

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

0 comments on commit 834679a

Please sign in to comment.