Skip to content

Commit

Permalink
Revert "TEMP: Debugging workflow"
Browse files Browse the repository at this point in the history
This reverts commit 4df59d2.
  • Loading branch information
david-rocca committed Jan 7, 2025
1 parent 4df59d2 commit 1410541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
run: |
cp docker/.docker-env.test-example docker/.docker-env
docker compose --file docker/docker-compose.yml build
docker compose --file docker/docker-compose.yml up
docker compose --file docker/docker-compose.yml up -d
- name: Sleep
run: bash -c "while ! docker compose --file docker/docker-compose.yml logs --tail=10 cveawg | grep -q 'Serving on port'; do sleep 1; done"
- name: Run Tests
run: docker compose -f docker/docker-compose.yml exec -T cveawg npm run test:integration
continue-on-error: false
continue-on-error: false

0 comments on commit 1410541

Please sign in to comment.