We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a286fa1 commit 58704a1Copy full SHA for 58704a1
.github/workflows/ci-cd.yml
@@ -12,7 +12,7 @@ on:
12
branches: [main, develop]
13
schedule:
14
# Run weekly on Monday at 2am UTC
15
- - cron: "0 2 * * 1"
+ - cron: '0 2 * * 1'
16
workflow_dispatch:
17
18
permissions:
README.md
@@ -412,7 +412,7 @@ project:
412
npm run test:run # Run tests once
413
npm run test:coverage # Run tests with coverage
414
```
415
-
+
416
**Master Test Command**: `npm test` or `npm run test:run` - Executes all tests using Vitest
417
418
3. **Data Validation**
0 commit comments