Skip to content

Commit 429c090

Browse files
author
Sebastian Flick
committed
debug
1 parent 180197b commit 429c090

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
EXISTDB_USER: 'admin'
3030
EXISTDB_PASS: ''
3131
EXISTDB_SERVER: 'http://127.0.0.1:8081'
32-
run: npm run installXar
32+
run: |
33+
printenv
34+
npm run installXar
3335
3436
- name: build
3537
env:

0 commit comments

Comments
 (0)