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 a78f433 commit 4b8d129
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 @@ -61,9 +61,9 @@ jobs:
docker exec -u tester -w /boilerplate_tests/ $cid composer boilerplate:assistant
echo "----- Check folder tree(outside) -----"
tree -pufid
tree -pufig
echo "----- Check folder tree(inside) -----"
docker exec -w /boilerplate_tests/ $cid tree -pufid
docker exec -w /boilerplate_tests/ $cid tree -pufig
echo "----- Run behat -----"
Expand Down

0 comments on commit 4b8d129

Please sign in to comment.