Skip to content

Commit

Permalink
Debug path
Browse files Browse the repository at this point in the history
  • Loading branch information
yuandrew committed Dec 6, 2024
1 parent 155039d commit 367f7ec
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,17 @@ jobs:
run: |
pwd
echo "$pwd"
go run ./temporalcli/internal/cmd/gen-docs
ls
ls temporalcli
ls temporalcli/internal
ls temporalcli/internal/cmd
ls temporalcli/internal/cmd/gen-docs
cd temporalcli
cd internal
cd cmd
cd gen-docs
go run .
- name: Copy files over and generate PR
run: |
Expand Down

0 comments on commit 367f7ec

Please sign in to comment.