Skip to content

Commit

Permalink
Remove debug from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 committed Apr 18, 2024
1 parent c48a807 commit d745ea8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/provisioner-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,5 @@ jobs:
cache-dependency-path: 'components/provisioner/go.mod'
- name: Run unit tests
run: |
ls -l /home/runner/go
stat /home/runner/go
mkdir -p /home/runner/go/pkg/mod
ls -l /home/runner/go/pkg/mod
stat /home/runner/go/pkg/mod
make -C components/provisioner verify

0 comments on commit d745ea8

Please sign in to comment.