ci-image-improvements #18

Merged
david merged 12 commits from ci-image-improvements into main 2026-04-01 06:14:26 +00:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 4c2687498f - Show all commits
+4
View File
@@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
path: /app
- name: Run unit tests
run: npm run test:run
@@ -33,6 +35,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
path: /app
- name: Setup SQLite database
run: |
+2
View File
@@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
path: /app
- name: Run unit tests
run: npm run test:run