Skip to content

Commit

Permalink
Add codeception dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Nov 10, 2023
1 parent c50ff68 commit bb7a035
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,11 @@ jobs:
make up
sleep 2
- name: Install codeception dependencies
run: |
docker compose exec -T php composer require codeception/module-rest ^3.3.0 --dev --no-update
docker compose exec -T php composer require codeception/module-phpbrowser ^3.0.0 --dev --no-update
- name: Install twig template engine and twig theme
run: |
docker-compose exec -T php composer require oxid-esales/twig-component:dev-b-7.0.x --no-update
Expand Down

0 comments on commit bb7a035

Please sign in to comment.