Run httpbin docker image locally in CI (#3778)

This commit is contained in:
pajlada
2022-05-30 01:43:13 +02:00
committed by GitHub
parent 765a17d374
commit b198438f25
3 changed files with 23 additions and 5 deletions
+2
View File
@@ -83,8 +83,10 @@ jobs:
- name: Test (Ubuntu)
if: startsWith(matrix.os, 'ubuntu')
run: |
docker pull kennethreitz/httpbin
docker pull ${{ env.TWITCH_PUBSUB_SERVER_IMAGE }}
docker run --network=host --detach ${{ env.TWITCH_PUBSUB_SERVER_IMAGE }}
docker run -p 9051:80 --detach kennethreitz/httpbin
./bin/chatterino-test --platform minimal
working-directory: build-test
shell: bash