mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-19 20:42:50 +01: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:
commit
98fdd5f1f3
4
.github/workflows/vfc_test_workflow.yml
vendored
4
.github/workflows/vfc_test_workflow.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user