mirror of
https://github.com/CorentinTh/enclosed.git
synced 2026-01-09 07:44:26 +08:00
chore(ci): added name for each job (#207)
This commit is contained in:
parent
4b2e1e21e5
commit
8ac025e874
1
.github/workflows/ci-app-client.yaml
vendored
1
.github/workflows/ci-app-client.yaml
vendored
@ -8,6 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
ci-app-client:
|
||||
name: CI - App Client
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
|
||||
1
.github/workflows/ci-app-server.yaml
vendored
1
.github/workflows/ci-app-server.yaml
vendored
@ -8,6 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
ci-app-server:
|
||||
name: CI - App Server
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
|
||||
1
.github/workflows/ci-cli.yaml
vendored
1
.github/workflows/ci-cli.yaml
vendored
@ -8,6 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
ci-cli:
|
||||
name: CI - Lib
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
|
||||
1
.github/workflows/ci-deploy-cloudflare.yaml
vendored
1
.github/workflows/ci-deploy-cloudflare.yaml
vendored
@ -8,6 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
ci-deploy-cloudflare:
|
||||
name: CI - Deploy Cloudflare
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
|
||||
1
.github/workflows/ci-docs.yaml
vendored
1
.github/workflows/ci-docs.yaml
vendored
@ -8,6 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
ci-docs:
|
||||
name: CI - Docs
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
|
||||
1
.github/workflows/ci-lib.yaml
vendored
1
.github/workflows/ci-lib.yaml
vendored
@ -8,6 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
ci-lib:
|
||||
name: CI - Lib
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
|
||||
1
.github/workflows/ci-test-e2e.yml
vendored
1
.github/workflows/ci-test-e2e.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
run-e2es:
|
||||
name: CI - App Client E2E
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
defaults:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user