Skip to content

Commit

Permalink
Debug owners
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 committed Apr 18, 2024
1 parent 74bbe58 commit ee7ca1b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/provisioner-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@ jobs:
go-version-file: 'components/provisioner/go.mod'
cache-dependency-path: 'components/provisioner/go.mod'
- name: Run unit tests
run: make -C components/provisioner verify
run: |
ls -l /home/runner/go
stat /home/runner/go
ls -l /home/runner/go/pkg/mod
stat /home/runner/go/pkg/mod
make -C components/provisioner verify

0 comments on commit ee7ca1b

Please sign in to comment.