Skip to content

Commit

Permalink
Rename CI jobs and steps
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Sep 25, 2024
1 parent df9018c commit 204310c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ master ]

jobs:
build:
unit-tests:

runs-on: ubuntu-latest

Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Test project with Maven
run: mvn --no-transfer-progress test package

cli:
cli-integration-tests:

runs-on: ubuntu-latest

Expand All @@ -57,5 +57,5 @@ jobs:
java-version: '17'
cache: 'maven'

- name: Run CLI e2e tests
- name: Run CLI integration tests
run: ./cli-tests/cli-tests.sh

0 comments on commit 204310c

Please sign in to comment.