Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mako321 committed Mar 3, 2025
1 parent 4d9b2f3 commit e4d445b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/e2e-playwright.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
ports:
- 80:80

options: >-
--entrypoint "sh -c"
command: >-
rm -f /etc/supervisor/custom.d/horizon.conf &&
rm -f /etc/supervisor/custom.d/scheduler.conf &&
/usr/bin/supervisord -c /etc/supervisor/supervisord.conf
options: >-
--entrypoint "sh -c"
command: >-
rm -f /etc/supervisor/custom.d/horizon.conf &&
rm -f /etc/supervisor/custom.d/scheduler.conf &&
/usr/bin/supervisord -c /etc/supervisor/supervisord.conf
steps:
- run: |
docker exec -u 1000 api echo "APP_NAME=Wellms Playwright Demo \
Expand Down

0 comments on commit e4d445b

Please sign in to comment.