Skip to content

Commit

Permalink
ci workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed May 25, 2022
1 parent 130f05d commit 3e6ebe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
- name: Install Codeception dependencies
run: |
composer install --ignore-platform-reqs
composer require codeception/module-asserts \
codeception/util-universalframework \
codeception/module-rest \
composer require codeception/module-asserts:* \
codeception/util-universalframework:* \
codeception/module-rest:* \
lucatume/wp-browser:3.1.0 --ignore-platform-reqs
- name: Run Codeception Tests w/ Docker.
Expand Down

0 comments on commit 3e6ebe6

Please sign in to comment.