Skip to content

Commit

Permalink
all_Automation_Git_Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AmolKadam-Tekdi committed Jul 15, 2024
1 parent 9a0fb51 commit d0ff0df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/all-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
pip install pytest-mock==3.11.1
pip install webdriver-manager==3.8.6
pip install selenium pytest gtts comtypes
pip install pyaudio
shell: /usr/bin/bash -e {0}
env:
Expand All @@ -42,7 +44,7 @@ jobs:
- name: Run tests
run: |
cd /home/runner/work/all-learner-ai-app/all-learner-ai-app/allAutomation
pytest my_project/tests/microphoneSimulationTest.py
pytest my_project/tests/microphoneSimulationTest.py
# jobs:
Expand Down

0 comments on commit d0ff0df

Please sign in to comment.