mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
ci: Reorganising, shell: Fixes for CI functions
This commit is contained in:
parent
5a75f7b986
commit
9c945dbf4d
3 changed files with 29 additions and 23 deletions
|
|
@ -4,7 +4,7 @@ env:
|
|||
CI_PLATFORM: gh-actions
|
||||
jobs:
|
||||
ci-check:
|
||||
name: nixfiles check
|
||||
name: hosts check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- id: checkout
|
||||
|
|
@ -25,11 +25,11 @@ jobs:
|
|||
name: gh-actions compare
|
||||
uses: arcnmx/ci/actions/nix/run@master
|
||||
with:
|
||||
args: -u .github/workflows/nixfiles.yml .ci/workflow.yml
|
||||
args: -u .github/workflows/hosts.yml .ci/workflow.yml
|
||||
attrs: nixpkgs.diffutils
|
||||
command: diff
|
||||
host-athame:
|
||||
name: nixfiles-host-athame
|
||||
name: hosts-host-athame
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- id: checkout
|
||||
|
|
@ -86,7 +86,7 @@ jobs:
|
|||
quiet: false
|
||||
stdin: ${{ runner.temp }}/ci.build.cache
|
||||
host-samhain:
|
||||
name: nixfiles-host-samhain
|
||||
name: hosts-host-samhain
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- id: checkout
|
||||
|
|
@ -143,7 +143,7 @@ jobs:
|
|||
quiet: false
|
||||
stdin: ${{ runner.temp }}/ci.build.cache
|
||||
host-yule:
|
||||
name: nixfiles-host-yule
|
||||
name: hosts-host-yule
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- id: checkout
|
||||
|
|
@ -199,7 +199,7 @@ jobs:
|
|||
command: ci-build-cache
|
||||
quiet: false
|
||||
stdin: ${{ runner.temp }}/ci.build.cache
|
||||
name: nixfiles
|
||||
name: hosts
|
||||
'on':
|
||||
- push
|
||||
- pull_request
|
||||
Loading…
Add table
Add a link
Reference in a new issue