Skip to content

Commit 6737b02

Browse files
committed
test dynamically generated step names
1 parent baf31f3 commit 6737b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "CURRENT_HOUR=$current_hour" >> $GITHUB_OUTPUT
3535
echo "HOUR_MINUS_TWO=$hour_minus_two" >> $GITHUB_OUTPUT
3636
37-
- name: process changesets
37+
- name: process changesets for the hour ${{ steps.set_hour.outputs.HOUR_MINUS_TWO }}:00 on ${{ steps.set_date.outputs.CURRENT_DATE }}
3838
run: |
3939
docker run -v ./data:/tmp gradient-pipeline sh -c "node cli.js process-hour $CURRENT_DATE $HOUR_MINUS_TWO"
4040
env:
@@ -51,7 +51,7 @@ jobs:
5151
env:
5252
HOUR_MINUS_TWO: ${{ steps.set_hour.outputs.HOUR_MINUS_TWO }}
5353

54-
- name: convert to fgb
54+
- name: convert to fgb for the hour ${{ steps.padded_hour.outputs.PADDED_HOUR }}:00 on ${{ steps.set_date.outputs.CURRENT_DATE }}
5555
run: |
5656
docker run -v ./data:/tmp gradient-pipeline sh -c "ogr2ogr -f FlatGeobuf /tmp/${CURRENT_DATE}T${PADDED_HOUR}:00.fgb /tmp/${CURRENT_DATE}T${PADDED_HOUR}:00.geojson -skipfailures"
5757
env:

0 commit comments

Comments
 (0)