Skip to content

Commit

Permalink
debug: more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
widmogrod committed May 12, 2024
1 parent 2176e11 commit 3395c6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
find . -type f -name '*.go' -exec grep -C 2 -H 'github.com/opensearch-project/opensearch-go/v2' {} + &2>/dev/null || true
- run: |
find / -type d -name 'opensearch-go' &2>/dev/null || true
la -la /home/runner/go/pkg/mod/github.com/opensearch-project/opensearch-go
la -la /home/runner/go/pkg/mod/cache/download/github.com/opensearch-project/opensearch-go
tree /home/runner/go/pkg/mod/github.com/opensearch-project/opensearch-go
tree /home/runner/go/pkg/mod/cache/download/github.com/opensearch-project/opensearch-go
- run: |
cat x/storage/schemaless/types_reg_gen.go
Expand Down

0 comments on commit 3395c6d

Please sign in to comment.