Skip to content

Commit ebf2382

Browse files
committed
ci: Rename workflow jobs to better reflect their purpose
1 parent 3d4dc41 commit ebf2382

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
@@ -89,7 +89,7 @@ jobs:
8989
- name: Run integration tests
9090
run: mvn -B install -Dtest=skip
9191

92-
deploy:
92+
maven-deploy:
9393
runs-on: ubuntu-latest
9494
needs: [ unit-test, integration-test, cache-dependencies ]
9595
if: |
@@ -136,7 +136,7 @@ jobs:
136136
if: github.ref_name == 'main'
137137
run: mvn -B clean deploy -Pci -DskipTests
138138

139-
uber-jar:
139+
build-and-push-docker-image:
140140
runs-on: ubuntu-latest
141141
needs: [ unit-test, integration-test, cache-dependencies ]
142142
timeout-minutes: 30

0 commit comments

Comments
 (0)