Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 committed Sep 22, 2024
1 parent 056d1e4 commit a57675e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,15 @@ jobs:
echo "traefik_http_port=8092" >> $GITHUB_ENV
echo "traefik_https_port=8451" >> $GITHUB_ENV
- name: Set Docker Host
run: echo "DOCKER_HOST=unix:///var/run/docker.sock" >> $GITHUB_ENV
# Step 10: Start Testbed Servers (Docker Compose)
- name: Start Testbed Servers (Docker Compose)
run: |
cd http-conformance/testbed
docker compose up -d
docker-compose up -d
echo "Docker Compose services started:"
docker compose ps
docker-compose ps
# Step 11: Run HTTP Conformance Tests
- name: Set Up Jetty Base and Enable HTTP/2
Expand Down

0 comments on commit a57675e

Please sign in to comment.