Merge pull request #88 from PurplePachyderm/TREX-CoE-master

Fix Verificarlo CI by setting the safe.directory git variable
This commit is contained in:
Anthony Scemama 2022-09-23 15:58:15 +02:00 committed by GitHub
commit 98fdd5f1f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,9 @@ jobs:
make install
- name: Run tests
run: vfc_ci test -g -r
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
vfc_ci test -g -r
- name: Commit test results
run: |