Skip to content

Commit

Permalink
prettify job names
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzevzl committed May 20, 2022
1 parent 3ef70c6 commit 1c3d1bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/api-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:
jobs:
test-api-e2e:
name: API e2e tests
name: E2E tests - API
runs-on: ubuntu-20.04
timeout-minutes: 30
env:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run CI tests via make task
run: make test-e2e-api environment=ci
test-geoprocessing-e2e:
name: Geoprocessing e2e tests
name: E2E tests - Geoprocessing
runs-on: ubuntu-20.04
timeout-minutes: 20
env:
Expand Down Expand Up @@ -68,6 +68,7 @@ jobs:
- name: Run CI tests via make task
run: make test-e2e-geoprocessing environment=ci
test-api-unit:
name: Unit tests - API
runs-on: ubuntu-18.04
timeout-minutes: 10
steps:
Expand All @@ -76,6 +77,7 @@ jobs:
- name: Run API unit Tests
run: make test-unit-api
test-geo-unit:
name: Unit tests - Geoprocessing
runs-on: ubuntu-18.04
timeout-minutes: 10
steps:
Expand Down

0 comments on commit 1c3d1bf

Please sign in to comment.