diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 063ccf7cc4..f36bfca014 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -39,7 +39,7 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 - - name: Bootstrap Test + - name: Test uses: "./.github/actions/testboot" with: hostos: 'nt' @@ -56,7 +56,7 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 - - name: Bootstrap Test + - name: Test uses: "./.github/actions/testboot" with: hostos: 'lnx' diff --git a/.github/workflows/cibldlnx.yml b/.github/workflows/cibldlnx.yml index 3616a81efa..0cdc076493 100644 --- a/.github/workflows/cibldlnx.yml +++ b/.github/workflows/cibldlnx.yml @@ -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' diff --git a/.github/workflows/cibldnt.yml b/.github/workflows/cibldnt.yml index dc7124df71..f7b938d77a 100644 --- a/.github/workflows/cibldnt.yml +++ b/.github/workflows/cibldnt.yml @@ -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' diff --git a/.github/workflows/rel-nt.yml b/.github/workflows/rel-nt.yml index e52f236248..efd7ab1e8b 100644 --- a/.github/workflows/rel-nt.yml +++ b/.github/workflows/rel-nt.yml @@ -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