Skip to content

Commit

Permalink
Merge branch 'ruxailab:develop' into fixremotetype
Browse files Browse the repository at this point in the history
  • Loading branch information
saltykheera authored Jan 25, 2025
2 parents 98d46f0 + 3215328 commit 59ed944
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,17 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18.x'

- name: Install Docker Compose
run: sudo apt-get update && sudo apt-get install docker-compose

- name: Build and start services
run: docker-compose up -d --build

- name: Wait for container to become available
run: |
npx wait-on http://localhost:8080
sleep 30 # Aumenta el tiempo de espera adicional para asegurarte de que el servidor está listo
sleep 30 # Increase additional wait time to ensure the server is ready
- name: Check Docker logs
run: docker-compose logs
Expand All @@ -44,7 +47,7 @@ jobs:
- name: Run Playwright tests
run: npx playwright test

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down

0 comments on commit 59ed944

Please sign in to comment.