Skip to content

Commit

Permalink
chore: Pull correct CTH docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimvh committed Feb 2, 2022
1 parent af04912 commit a2c90c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2c90c1

Please sign in to comment.