Skip to content

Commit

Permalink
fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 15, 2024
1 parent d416251 commit c49172d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/derecho.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
CIME_DRIVER: nuopc
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

uses: ESCOMP/CESM/.github/workflows/reusable.yaml@mail
with:
stage: ${{ matrix.compiler }}
uses: ESCOMP/CESM/.github/workflows/reusable.yaml@mail
with:
stage: ${{ matrix.compiler }}


2 changes: 1 addition & 1 deletion .github/workflows/reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Run ${{ inputs.compiler }} tests
continue-on-error: true
run: |
run: |
pwd
cd cime/scripts
module load cmake
Expand Down

0 comments on commit c49172d

Please sign in to comment.