ci(mysql): add @emigrate/mysql integration tests to GitHub Actions
Some checks failed
Deploy to GitHub Pages / build (push) Failing after 2m38s
Deploy to GitHub Pages / deploy (push) Has been skipped
Integration Tests / Emigrate MySQL integration tests (push) Failing after 4m0s
Release / Release (push) Failing after 12s
CI / Build and Test (push) Has been cancelled

This commit is contained in:
Joakim Carlstein 2025-04-25 09:22:40 +02:00 committed by Joakim Carlstein
parent fa3fb20dc5
commit 52844d7a09
6 changed files with 84 additions and 27 deletions

View file

@ -62,7 +62,10 @@
},
"overrides": [
{
"files": "packages/**/*.test.ts",
"files": [
"packages/**/*.test.ts",
"packages/**/*.integration.ts"
],
"rules": {
"@typescript-eslint/no-floating-promises": 0,
"max-params": 0