Skip to content

Commit 450ab18

Browse files
committed
ci: Improve step names
1 parent 0d6cc38 commit 450ab18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ jobs:
6161
run: |
6262
uv sync --locked --dev
6363
-
64-
name: Cache data
64+
name: Cache testing data
6565
uses: actions/cache@v5
6666
with:
6767
path: climada.zip
6868
key: ${{ env.CLIMADA_DATA_DOI }}
6969
-
70-
name: Download and unzip data
70+
name: Download and unzip testing data
7171
run: |
7272
uvx zenodo_get ${{ env.CLIMADA_DATA_DOI }}
7373
unzip -o climada.zip -d ${{ github.workspace }}

0 commit comments

Comments
 (0)