Skip to content

Commit

Permalink
fix ci-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Aug 27, 2024
1 parent 1ef9190 commit a82cdef
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
run:
shell: bash -el {0}

# clone CESM
- uses: actions/checkout@v4
with:
repository: ESCOMP/CESM
ref: cesm3_0_alpha03a
#submodules: recursive
# clone CESM
- uses: actions/checkout@v4
with:
repository: ESCOMP/CESM
ref: cesm3_0_alpha03a
#submodules: recursive

# Run git-fleximod
- name: run git-fleximod
run: |
./bin/git-fleximod update
# Run git-fleximod
- name: run git-fleximod
run: |
./bin/git-fleximod update

0 comments on commit a82cdef

Please sign in to comment.