Skip to content

Commit

Permalink
Use specific behat-version
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Mar 13, 2024
1 parent 3f69661 commit d2a8f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: install dependencies
run: composer install
- name: install tools
run: phive install --force-accept-unsigned behat/behat --copy
run: phive install --force-accept-unsigned behat/behat^3.13.0 --copy
- name: run behat
run: docker compose exec wp bash -c "cd wp-content/plugins/authldap && ./tools/behat"
- name: Check logs
Expand Down

0 comments on commit d2a8f2a

Please sign in to comment.