Skip to content

Commit

Permalink
Allow for file ownership conflicts with Docker and GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jan 2, 2023
1 parent 2a7dd57 commit 6c91870
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Expand Up @@ -22,6 +22,8 @@ jobs:
image: perldocker/perl-tester:5.32
steps:
- uses: actions/checkout@v2
- name: Allow for file ownership conflicts with Docker and GitHub Actions
run: git config --global --add safe.directory *
- name: Run Tests with coverage
env:
AUTHOR_TESTING: 1
Expand Down

0 comments on commit 6c91870

Please sign in to comment.