Skip to content

Commit

Permalink
add more waits
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevillegas93 committed Nov 19, 2024
1 parent fa28a2c commit 817f30c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
run: |
pip install -r requirements.txt
docker compose up redis &
sleep 10
python main.py -p APIProcess -e frontend-ci &
sleep 5
sleep 10
# - name: Run your tests
# run: npm run playwright
Expand Down

0 comments on commit 817f30c

Please sign in to comment.