Skip to content

Commit

Permalink
set -x
Browse files Browse the repository at this point in the history
  • Loading branch information
yuandrew committed Dec 6, 2024
1 parent 367f7ec commit faa330a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ jobs:

- name: Generate CLI docs
run: |
set -x
pwd
echo "$pwd"
ls
ls temporalcli
ls temporalcli/internal
ls temporalcli/internal/cmd
ls temporalcli/internal/cmd/gen-docs
cd cli
cd temporalcli
cd internal
cd cmd
Expand Down

0 comments on commit faa330a

Please sign in to comment.