Skip to content

Commit

Permalink
standardise names and use vars to enforce it
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkie committed Oct 17, 2024
1 parent 68e45e5 commit 084a240
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
image: squidcache/buildfarm-${{ matrix.os }}:stable
options: --user 1001 # uid used by worfklow runner

name: linux-distros-tests(${{ matrix.os }},${{ matrix.compiler.CC }},${{ matrix.layer.nick }})
name: ${{ vars.GITHUB_JOB }}(${{ matrix.os }},${{ matrix.compiler.CC }},${{ matrix.layer.nick }})
env:
CC: ${{ matrix.compiler.CC }}
CXX: ${{ matrix.compiler.CXX }}
Expand All @@ -63,9 +63,9 @@ jobs:
name: build-logs-${{ matrix.os }}-${{ matrix.compiler.CC }}-${{ matrix.layer.nick }}
path: btlayer-*.log

macos:
macos-test:
runs-on: macos-14
name: macos-test
name: ${{ vars.GITHUB_JOB }}

steps:
- name: Install prerequisite MacOS packages
Expand Down Expand Up @@ -117,5 +117,5 @@ jobs:
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: build-logs-macos
name: build-logs
path: btlayer-*.log

0 comments on commit 084a240

Please sign in to comment.