mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
rename federation workflow jobs for github settings
This commit is contained in:
parent
93735ad3f7
commit
1f16ae89ca
8
.github/workflows/test_federation.yml
vendored
8
.github/workflows/test_federation.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: gradido test_federation CI
|
name: Gradido Federation Test CI
|
||||||
|
|
||||||
on: push
|
on: push
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ jobs:
|
|||||||
# JOB: DOCKER BUILD TEST #####################################################
|
# JOB: DOCKER BUILD TEST #####################################################
|
||||||
##############################################################################
|
##############################################################################
|
||||||
build:
|
build:
|
||||||
name: Docker Build Test
|
name: Docker Build Test - Federation
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@ -28,7 +28,7 @@ jobs:
|
|||||||
# JOB: LINT ##################################################################
|
# JOB: LINT ##################################################################
|
||||||
##############################################################################
|
##############################################################################
|
||||||
lint:
|
lint:
|
||||||
name: Lint
|
name: Lint - Federation
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build]
|
needs: [build]
|
||||||
steps:
|
steps:
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
# JOB: UNIT TEST #############################################################
|
# JOB: UNIT TEST #############################################################
|
||||||
##############################################################################
|
##############################################################################
|
||||||
unit_test:
|
unit_test:
|
||||||
name: Unit tests
|
name: Unit Tests - Federation
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build]
|
needs: [build]
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user