Skip to content

Commit

Permalink
Add stage for building custom docker-proxy test image
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMcHale committed Jan 1, 2025
1 parent d62cded commit 249c652
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
- uses: actions/checkout@v3
- name: Pull images used during tests
run: docker pull nginx:alpine
- name: Build custom images for tests
run: cd tests/traefik && export COMPOSE_FILE=docker-compose.test-traefik-docker-proxy.yml && docker compose build test-traefik-docker-proxy-ping
- name: Run tests
run: cd tests && ./run.sh

0 comments on commit 249c652

Please sign in to comment.