Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tear down test for rows created with haveInDatabaseon a table without auto increment #59

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
fix(docker): use mysql and not mariadb
  • Loading branch information
JesusTheHun committed Jun 16, 2023
commit 2a7a0846df203aee3a2c038f078e5df04721adec
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ jobs:
run: composer validate

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-interaction --no-suggest
run: composer install --no-progress --no-interaction

- name: Run test suite
run: php vendor/bin/codecept run
Loading