Skip to content

Commit

Permalink
ci: Skip HTTPBin container on UI tests (#29917)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevLehman authored Jul 26, 2023
1 parent 375ffb5 commit 14ddd77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
- uses: dtinth/setup-github-actions-caching-for-turbo@v1

- name: Start httpbin container and wait for it to be ready
if: inputs.type == 'api'
run: |
docker run -d -p 10000:80 --name httpbin-container kennethreitz/httpbin
i=0
Expand Down

0 comments on commit 14ddd77

Please sign in to comment.