mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 01:56:18 +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
|
make install
|
||||||
|
|
||||||
- name: Run tests
|
- 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
|
- name: Commit test results
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user