mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-03 06:44:27 -04:00
Revert "fix: remove database.sql preloading for tests - migrations handle schema creation"
This reverts commit f25553edb5.
This commit is contained in:
3
.github/workflows/build-release.yml
vendored
3
.github/workflows/build-release.yml
vendored
@@ -179,6 +179,9 @@ jobs:
|
||||
exit 1
|
||||
}
|
||||
|
||||
- name: Initialize database
|
||||
run: docker exec -i mysql mysql -u root -proot ospos < app/Database/database.sql
|
||||
|
||||
- name: Run PHPUnit tests
|
||||
env:
|
||||
CI_ENVIRONMENT: testing
|
||||
|
||||
Reference in New Issue
Block a user