Skip to content

Commit

Permalink
Addressing dubious ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
fybJenkins committed Feb 12, 2024
1 parent 287280b commit 3e33530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Fix dubious ownership issue
run: git config --global --add safe.directory /__w/pnapctl/pnapctl
- name: Run tests
run: make test-coverage
- name: Upload Unit Test Results
Expand Down

0 comments on commit 3e33530

Please sign in to comment.