Skip to content

Commit

Permalink
Cannot run docker exec -it in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong authored Sep 20, 2023
1 parent 4d8d770 commit 41dc461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-solid-test-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function startPubSub {

function startSolidNextcloud {
docker run -d --name "$1" --network=testnet --env-file "./env-vars-$1.list" "${2:-solid-nextcloud}"
docker exec -it "$1" rm /etc/apache2/conf-enabled/apache-limits.conf
docker exec "$1" rm /etc/apache2/conf-enabled/apache-limits.conf
until docker run --rm --network=testnet solidtestsuite/webid-provider-tests curl -kI "https://$1" 2> /dev/null > /dev/null
do
echo Waiting for "$1" to start, this can take up to a minute ...
Expand Down

0 comments on commit 41dc461

Please sign in to comment.