Skip to content

Commit

Permalink
DBG
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanzante committed Sep 29, 2023
1 parent ae031f7 commit d7f337b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,14 @@ jobs:
docker exec $cid wget https://github.com/shellspec/shellspec/releases/download/0.28.1/shellspec-dist.tar.gz -O /opt/shellspec-dist.tar.gz
docker exec $cid tar xfvz /opt/shellspec-dist.tar.gz -C /opt/
echo "ls local"
ls -la
echo "ls contanier"
docker exec -u tester -w /tests/ $cid ls -la
# Prepare environment: run composer install
docker exec -u tester -w /tests/ $cid composer install --ignore-platform-reqs
# Run boierplate assistant
# Run boilerplate assistant
docker exec -u tester -w /tests/ $cid composer boilerplate:assistant
docker exec -u tester -w /tests/ $cid behat
# Run tests!
docker exec -u tester -w /tests/ $cid /opt/shellspec/shellspec

0 comments on commit d7f337b

Please sign in to comment.