Skip to content

Commit

Permalink
Run tests with root.
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarco committed Oct 3, 2024
1 parent 7deb685 commit de5f093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: test
run: |
docker compose up -d
docker compose exec -T php composer require consolidation/robo:~${{ matrix.ROBO_VERSION }}
docker compose exec -T php phpunit
docker compose exec -u root -T php composer require consolidation/robo:~${{ matrix.ROBO_VERSION }}
docker compose exec -u root -T php phpunit

0 comments on commit de5f093

Please sign in to comment.