Skip to content

Commit

Permalink
add debug in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Nov 3, 2024
1 parent f0bfd28 commit e99041d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/testing-dnstap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@ jobs:
uses: actions/download-artifact@v4
with:
name: go-dnscollector

- name: Display structure of downloaded files
run: ls -R
- name: Make Binary Executable
run: chmod +x go-dnscollector
- name: Display structure of downloaded files
run: ls -R

# - name: build binary
# run: |
# CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o go-dnscollector *.go
Expand Down

0 comments on commit e99041d

Please sign in to comment.