We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1391643 commit bef71bcCopy full SHA for bef71bc
.github/workflows/test.yml
@@ -64,7 +64,8 @@ jobs:
64
SA_PASSWORD: ${{ secrets.SA_PASSWORD }}
65
66
- name: Run tests
67
- run: npm run test:ci
+ run: npm run test
68
+ continue-on-error: true
69
env:
70
SQLONFHIR_TEST_PATH: ./sqlonfhir/tests
71
MSSQL_HOST: localhost
package.json
@@ -22,7 +22,6 @@
22
"cli:load": "tsx src/cli.ts load",
23
"cli:transpile": "tsx src/cli.ts transpile",
24
"test": "vitest run",
25
- "test:ci": "vitest run --testNamePattern '^(?!.*#experimental)'",
26
"test:watch": "vitest",
27
"test:ui": "vitest --ui",
28
"coverage": "vitest run --coverage",
0 commit comments