Some checks failed
🏗️✨ Build Workflow / 🖥️🔨 Build (push) Has been skipped
🧪✨ Tests Workflow / Code Sniffer (push) Failing after 49s
🧪✨ Tests Workflow / Code Lint (push) Failing after 51s
🧪✨ Tests Workflow / License Check (push) Failing after 52s
🧪✨ Tests Workflow / Unit Tests (push) Failing after 49s
Template
export PHP_IDE_CONFIG=serverName=localhost
docker run --rm -v $(PWD):/app siteworxpro/composer run tests:all
migrations
create a new migration
docker run --rm -v $(PWD):/app siteworxpro/migrate:v4.18.3 create -ext sql -dir /app/db/migrations -seq create_users_table
postgres://siteworxpro:password@localhost:5432/siteworxpro?sslmode=disable
docker run --rm -v $(PWD):/app siteworxpro/migrate:v4.18.3 -database "postgres://siteworxpro:password@localhost:5432/siteworxpro?sslmode=disable" -path /app/db/migrations up