ci(package-pr): mount piston directory into api

This commit is contained in:
Thomas Hobson 2021-02-28 22:30:07 +13:00
parent f85c430869
commit e82f019d0e
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ jobs:
- name: Run tests - name: Run tests
run: | run: |
docker run -p 6969:6969 -v $(pwd)'/repo:/repo' --privileged --name api piston_api & docker run -p 6969:6969 -v $(pwd)'/data:/piston' -v $(pwd)'/repo:/repo' --privileged --name api piston_api &
echo Waiting for API to start.. echo Waiting for API to start..
while [[ "$(curl -s -w '%{http_code}' http://127.0.0.1:6969/runtimes)" != "200" ]]; do sleep 5; done while [[ "$(curl -s -w '%{http_code}' http://127.0.0.1:6969/runtimes)" != "200" ]]; do sleep 5; done
echo Adding local repo echo Adding local repo