Skip to content

Commit

Permalink
Activate integration tests
Browse files Browse the repository at this point in the history
Fix for #1055

Signed-off-by: Christian Wolf <github@christianwolf.email>
  • Loading branch information
christianlupus committed Jun 24, 2022
1 parent 0c1747c commit bec47f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
--create-env-dump
--create-plain-dump plain
--install-composer-deps
--run-unit-tests --run-migration-tests
--run-unit-tests --run-integration-tests --run-migration-tests
--extract-code-coverage
--shutdown-helpers || { failed=$?; } ;
if [ -n "$failed" ]; then
Expand Down

0 comments on commit bec47f8

Please sign in to comment.