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 cc0a16c commit 13a864b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ jobs:
#
# ssh -i <YOUR GITHUB SSH KEY> <CONN STRING ON ACTIONS>
#
#- name: DEBUG: Setup upterm session
#- name: DEBUG - Setup upterm session
# uses: lhotari/action-upterm@v1

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

0 comments on commit 13a864b

Please sign in to comment.