Skip to content

Commit

Permalink
update git config
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jan 10, 2025
1 parent 1a3b0cc commit 7452cdb
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/run_tests_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
tests_cli:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
if: github.repository_owner == 'cpp-lln-lab'
strategy:
fail-fast: false
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
# fail_ci_if_error: false

boutiques:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
if: github.repository_owner == 'cpp-lln-lab'
steps:
- name: Clone bidspm
Expand All @@ -82,6 +82,11 @@ jobs:
python -m pip install --upgrade pip setuptools
pip install datalad
- name: Post-install
run: |
git config --global --add user.name "Ford Escort"
git config --global --add user.email [email protected]
- name: Get data
run: |
cd demos/openneuro/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# only trigger update on upstream repo
if: github.repository_owner == 'cpp-lln-lab'

runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- name: Install dependencies
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ jobs:
unzip download
mv moae_fmriprep fmriprep
- name: Post-install
run: |
git config --global --add user.name "Ford Escort"
git config --global --add user.email [email protected]
- name: Get data for testing QA
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down Expand Up @@ -175,6 +180,11 @@ jobs:
unzip download
mv moae_fmriprep fmriprep
- name: Post-install
run: |
git config --global --add user.name "Ford Escort"
git config --global --add user.email [email protected]
- name: Get data for testing QA
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down Expand Up @@ -274,6 +284,11 @@ jobs:
unzip download
mv moae_fmriprep fmriprep
- name: Post-install
run: |
git config --global --add user.name "Ford Escort"
git config --global --add user.email [email protected]
- name: Prepare test data unix
run: |
cd tests
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/tests_octave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ jobs:
unzip download
mv moae_fmriprep fmriprep
- name: Post-install
run: |
git config --global --add user.name "Ford Escort"
git config --global --add user.email [email protected]
- name: Get data for testing QA
run: |
cd demos/openneuro/
Expand Down

0 comments on commit 7452cdb

Please sign in to comment.