chore: Pull correct CTH docker image

This commit is contained in:
Joachim Van Herwegen 2022-02-02 13:14:00 +01:00
parent af049124bf
commit a2c90c1595

View File

@ -32,7 +32,7 @@ jobs:
- name: Create the necessary folders
run: mkdir -p reports/css
- name: Pull the conformance harness docker
run: docker pull solidconformancetestbeta/conformance-test-harness
run: docker pull solidproject/conformance-test-harness
- name: Wait until the server has started
run: |
until $(curl --output /dev/null --silent --head --fail -k http://localhost:3000/); do