Skip to content

Commit 9cc7542

Browse files
committed
Fixing ci.yml
1 parent 44f6d50 commit 9cc7542

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ jobs:
8282
--exclude security \
8383
tests/03_db
8484
85+
- name: Debug DB
86+
run: |
87+
echo "DB_PATH=$DB_PATH"
88+
test -f "$DB_PATH" && echo "DB exists" || echo "DB missing"
89+
env:
90+
DB_PATH: ${{ github.workspace }}/juice-shop-db/juiceshop.sqlite
91+
8592
- name: Generate Allure report
8693
run: |
8794
allure generate reports/allure/allure-results --clean -o reports/allure/allure-report

0 commit comments

Comments
 (0)