1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-22 18:57:40 +02:00

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

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: |