Skip to content

Commit

Permalink
ci-build: update node titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Oct 31, 2024
1 parent 96cd98c commit d262e62
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- name: Bootstrap Test
- name: Test
uses: "./.github/actions/testboot"
with:
hostos: 'nt'
Expand All @@ -56,7 +56,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- name: Bootstrap Test
- name: Test
uses: "./.github/actions/testboot"
with:
hostos: 'lnx'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cibldlnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
gitpath: 'rel'
artifact: "rel lnx ${{ inputs.arch }} ${{ inputs.tools }}"
owdebug: ${{ inputs.owdebug }}
- name: Test Bootstrap
- name: Test
uses: "./.github/actions/testboot"
with:
hostos: 'lnx'
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/cibldnt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,22 @@ jobs:
strategy:
matrix:
include:
- display: DOS
- title: DOS
doctype: docdos
- display: OS/2
- title: OS/2
doctype: docos2
- display: NT
- title: NT
doctype: docnt
- display: CHM
- title: CHM
doctype: docchm
- display: PDF
- title: PDF
doctype: docpdf
- display: WIN
- title: WIN
doctype: docwin
steps:
- name: checkout
uses: actions/checkout@v4
- name: Docs Build
- name: Build
uses: "./.github/actions/docbuild"
with:
hostos: 'nt'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/rel-nt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ jobs:
strategy:
matrix:
include:
- display: DOS
- title: DOS
doctype: docdos
- display: OS/2
- title: OS/2
doctype: docos2
- display: NT
- title: NT
doctype: docnt
- display: CHM
- title: CHM
doctype: docchm
- display: PDF
- title: PDF
doctype: docpdf
- display: WIN
- title: WIN
doctype: docwin
steps:
- name: checkout
Expand Down

0 comments on commit d262e62

Please sign in to comment.