Skip to content

Commit a599f20

Browse files
committed
fix typos
1 parent db307c9 commit a599f20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-build-spack.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,23 +119,23 @@ jobs:
119119
-r ${{ github.workspace }}
120120
121121
# checkout NUOPC app prototypes
122-
- name: Checkout NUOPC app prototypes
122+
- name: Checkout NUOPC App Prototypes
123123
uses: actions/checkout@v3
124124
with:
125125
repository: esmf-org/nuopc-app-prototypes
126126
path: ${{ github.workspace }}/nuopc-app-prototypes
127127
ref: ${{ needs.set-matrix.outputs.nuopc_app_version }}
128128

129129
# test installation using NUOPC app prototypes
130-
- name: Run NUOPC app prototypes
130+
- name: Run NUOPC App Prototypes
131131
run: |
132132
${{ github.workspace }}/.github/workflows/scripts/run_nuopc_app_proto.sh \
133133
-c ${{ matrix.compiler }} \
134134
-r ${{ github.workspace }}/nuopc-app-prototypes \
135135
-s ~/.spack-ci
136136
137137
# compress run directory of NUOPC app prototypes
138-
- name: Compress Run Directory
138+
- name: Compress NUOPC App Prototypes Run Directory
139139
run: |
140140
cd ${{ github.workspace }}
141141
tar -cvf nuopc-app-prototypes.tar nuopc-app-prototypes/
@@ -150,7 +150,7 @@ jobs:
150150
retention-days: 5
151151

152152
# force to fail if there is any failed nuopc app prototypes
153-
- name: Result of Baseline Check
153+
- name: Check Result of NUOPC App Prototypes
154154
run: |
155155
if [[ "${{ env.NUOPC_APP_PROTO_PASS }}" == "false" ]]; then
156156
echo "Some of NUOPC app prototypes are failed! Exiting ..."

0 commit comments

Comments
 (0)