mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Pull correct CTH docker image
This commit is contained in:
parent
af049124bf
commit
a2c90c1595
2
.github/workflows/schedule.yml
vendored
2
.github/workflows/schedule.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user