mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
Add version flavor to workflow name
This commit is contained in:
2
.github/workflows/charybdis.yml
vendored
2
.github/workflows/charybdis.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
make install
|
||||
- name: Test with pytest
|
||||
run: PATH=~/.local/bin:$PATH make charybdis
|
||||
name: irctest with Charybdis
|
||||
name: irctest with Charybdis (stable)
|
||||
'on':
|
||||
pull_request: null
|
||||
push: null
|
||||
|
2
.github/workflows/ergo.yml
vendored
2
.github/workflows/ergo.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
make install
|
||||
- name: Test with pytest
|
||||
run: PATH=~/go/bin:$PATH make ergo
|
||||
name: irctest with Ergo
|
||||
name: irctest with Ergo (stable)
|
||||
'on':
|
||||
pull_request: null
|
||||
push: null
|
||||
|
2
.github/workflows/ergo_devel.yml
vendored
2
.github/workflows/ergo_devel.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
make install
|
||||
- name: Test with pytest
|
||||
run: PATH=~/go/bin:$PATH make ergo
|
||||
name: irctest with Ergo
|
||||
name: irctest with Ergo (devel)
|
||||
'on':
|
||||
schedule:
|
||||
- cron: 51 8 * * 6
|
||||
|
2
.github/workflows/inspircd.yml
vendored
2
.github/workflows/inspircd.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
make install
|
||||
- name: Test with pytest
|
||||
run: PATH=~/.local/inspircd/bin:$PATH make inspircd
|
||||
name: irctest with InspIRCd
|
||||
name: irctest with InspIRCd (stable)
|
||||
'on':
|
||||
pull_request: null
|
||||
push: null
|
||||
|
2
.github/workflows/inspircd_devel.yml
vendored
2
.github/workflows/inspircd_devel.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
make install
|
||||
- name: Test with pytest
|
||||
run: PATH=~/.local/inspircd/bin:$PATH make inspircd
|
||||
name: irctest with InspIRCd
|
||||
name: irctest with InspIRCd (devel)
|
||||
'on':
|
||||
schedule:
|
||||
- cron: 51 8 * * 6
|
||||
|
2
.github/workflows/inspircd_devel_release.yml
vendored
2
.github/workflows/inspircd_devel_release.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
make install
|
||||
- name: Test with pytest
|
||||
run: PATH=~/.local/inspircd/bin:$PATH make inspircd
|
||||
name: irctest with InspIRCd
|
||||
name: irctest with InspIRCd (devel_release)
|
||||
'on':
|
||||
schedule:
|
||||
- cron: 51 8 * * 6
|
||||
|
2
.github/workflows/limnoria.yml
vendored
2
.github/workflows/limnoria.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
run: pip install limnoria==2021.01.15 cryptography
|
||||
- name: Test with pytest
|
||||
run: PATH=~/.local/bin:$PATH make limnoria
|
||||
name: irctest with Limnoria
|
||||
name: irctest with Limnoria (stable)
|
||||
'on':
|
||||
pull_request: null
|
||||
push: null
|
||||
|
2
.github/workflows/limnoria_devel.yml
vendored
2
.github/workflows/limnoria_devel.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
run: pip install git+https://github.com/ProgVal/Limnoria.git@testing cryptography
|
||||
- name: Test with pytest
|
||||
run: PATH=~/.local/bin:$PATH make limnoria
|
||||
name: irctest with Limnoria
|
||||
name: irctest with Limnoria (devel)
|
||||
'on':
|
||||
schedule:
|
||||
- cron: 51 8 * * 6
|
||||
|
2
.github/workflows/solanum.yml
vendored
2
.github/workflows/solanum.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
make install
|
||||
- name: Test with pytest
|
||||
run: PATH=~/.local/bin:$PATH make solanum
|
||||
name: irctest with Solanum
|
||||
name: irctest with Solanum (stable)
|
||||
'on':
|
||||
pull_request: null
|
||||
push: null
|
||||
|
2
.github/workflows/solanum_devel.yml
vendored
2
.github/workflows/solanum_devel.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
make install
|
||||
- name: Test with pytest
|
||||
run: PATH=~/.local/bin:$PATH make solanum
|
||||
name: irctest with Solanum
|
||||
name: irctest with Solanum (devel)
|
||||
'on':
|
||||
schedule:
|
||||
- cron: 51 8 * * 6
|
||||
|
2
.github/workflows/sopel.yml
vendored
2
.github/workflows/sopel.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
run: pip install sopel==7.0.7
|
||||
- name: Test with pytest
|
||||
run: PATH=~/.local/bin:$PATH make sopel
|
||||
name: irctest with Sopel
|
||||
name: irctest with Sopel (stable)
|
||||
'on':
|
||||
pull_request: null
|
||||
push: null
|
||||
|
2
.github/workflows/sopel_devel.yml
vendored
2
.github/workflows/sopel_devel.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
run: pip install git+https://github.com/sopel-irc/sopel.git
|
||||
- name: Test with pytest
|
||||
run: PATH=~/.local/bin:$PATH make sopel
|
||||
name: irctest with Sopel
|
||||
name: irctest with Sopel (devel)
|
||||
'on':
|
||||
schedule:
|
||||
- cron: 51 8 * * 6
|
||||
|
2
.github/workflows/unrealircd.yml
vendored
2
.github/workflows/unrealircd.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
make install
|
||||
- name: Test with pytest
|
||||
run: PATH=~/.local/unrealircd/bin:$PATH make unrealircd
|
||||
name: irctest with UnrealIRCd
|
||||
name: irctest with UnrealIRCd (stable)
|
||||
'on':
|
||||
pull_request: null
|
||||
push: null
|
||||
|
2
.github/workflows/unrealircd_devel.yml
vendored
2
.github/workflows/unrealircd_devel.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
make install
|
||||
- name: Test with pytest
|
||||
run: PATH=~/.local/unrealircd/bin:$PATH make unrealircd
|
||||
name: irctest with UnrealIRCd
|
||||
name: irctest with UnrealIRCd (devel)
|
||||
'on':
|
||||
schedule:
|
||||
- cron: 51 8 * * 6
|
||||
|
@ -97,7 +97,7 @@ def generate_workflow(config: dict, software_id: str, version_flavor: VersionFla
|
||||
}
|
||||
|
||||
workflow = {
|
||||
"name": f"irctest with {name}",
|
||||
"name": f"irctest with {name} ({version_flavor.value})",
|
||||
"on": on,
|
||||
"jobs": {
|
||||
"build": {
|
||||
|
Reference in New Issue
Block a user