Skip to content

Commit d01f041

Browse files
committed
chore(ci): rename workflow jobs
1 parent 6682c7f commit d01f041

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: false
1313

1414
jobs:
15-
build-and-deploy:
15+
compile:
1616
runs-on: ubuntu-latest
1717
environment: dev
1818

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: false
1313

1414
jobs:
15-
build-and-deploy:
15+
test:
1616
runs-on: ubuntu-latest
1717
environment: dev
1818

0 commit comments

Comments
 (0)