Add debugging to failing CI step
Some checks failed
CI / build-docker (push) Failing after 8s
CI / release-test (push) Failing after 25s
CI / build-docker-bootstrap (push) Failing after 0s

This commit is contained in:
wispem-wantex 2025-11-08 23:06:37 -08:00
parent be351bbb7d
commit 22ee5e181a

View File

@ -77,4 +77,7 @@ jobs:
run: golangci-lint run run: golangci-lint run
- name: Run sqlite_lint integration test - name: Run sqlite_lint integration test
run: ops/sqlite_lint_test.sh run: |
pwd
find .
ops/sqlite_lint_test.sh