Skip to content

Commit

Permalink
DBG
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanzante committed Oct 2, 2023
1 parent fa240ef commit c6d36be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
sudo chown 1000 -R .
echo "----- Get image to run the tests -----"
docker pull metadrop/dind-for-drupal-boilerplate:v0.1
docker pull metadrop/drupal-boilerplate-dind:v0.3
echo "----- Create a docker container from the downloaded image -----"
cid=$(docker run -d --privileged --name testrunner --mount type=bind,source=.,target=$root_path metadrop/dind-for-drupal-boilerplate:v0.1)
cid=$(docker run -d --privileged --name testrunner --mount type=bind,source=.,target=$root_path metadrop/drupal-boilerplate-dind:v0.3)
echo "----- Container ID is $cid -----"
sleep 5
Expand Down

0 comments on commit c6d36be

Please sign in to comment.