We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f6d50 commit 9cc7542Copy full SHA for 9cc7542
1 file changed
.github/workflows/ci.yml
@@ -82,6 +82,13 @@ jobs:
82
--exclude security \
83
tests/03_db
84
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
+
92
- name: Generate Allure report
93
run: |
94
allure generate reports/allure/allure-results --clean -o reports/allure/allure-report
0 commit comments