Skip to content

Commit

Permalink
docs: add debug steps
Browse files Browse the repository at this point in the history
  • Loading branch information
caroldelwing committed Dec 2, 2024
1 parent ba236bb commit c14ec6d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cluster_scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Debug working dir
run: |
pwd
ls
- name: Set Up Go
uses: actions/setup-go@v5
with:
go-version-file: "palette-samples/scripts/cluster-scanner/go.mod"
go-version-file: "scripts/cluster-scanner/go.mod"

- name: Install dependencies
run: |
Expand Down

0 comments on commit c14ec6d

Please sign in to comment.