diff --git a/.github/workflows/docker-test.yml b/.github/workflows/docker-test.yml index 2c2b44b9..b457ff75 100644 --- a/.github/workflows/docker-test.yml +++ b/.github/workflows/docker-test.yml @@ -47,10 +47,9 @@ jobs: sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional - name: Run gollum from Docker run: | - RUNNER_TRACKING_ID="" docker run -d --rm -p 4567:4567 -v $(pwd):/wiki -e CI=true ${{ env.CI_IMAGE }} & + RUNNER_TRACKING_ID="" docker run --rm -p 4567:4567 -v $(pwd):/wiki -e CI=true ${{ env.CI_IMAGE }} & netstat -lt sleep 10 netstat -lt - curl http://127.0.0.1:4567 - name: Run capybara tests against Dockerized instance run: "GOLLUM_CAPYBARA_URL=http://127.0.0.1:4567 bundle exec rake test:capybara" \ No newline at end of file diff --git a/bin/gollum b/bin/gollum old mode 100644 new mode 100755