ci: more testing
This commit is contained in:
parent
b79a809569
commit
41036466d4
1 changed files with 18 additions and 18 deletions
|
@ -14,27 +14,27 @@ on:
|
|||
- config/**/*
|
||||
|
||||
jobs:
|
||||
linter:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix fmt -- --check .
|
||||
|
||||
#if: github.repository == 'Skynet/nixos'
|
||||
build:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix develop
|
||||
- run: colmena build -v --on @active-dns
|
||||
- run: colmena build -v --on @active-core
|
||||
- run: colmena build -v --on @active
|
||||
- run: colmena build -v --on @active-ext
|
||||
- run: colmena build -v --on @active-gitlab
|
||||
# linter:
|
||||
# runs-on: nix
|
||||
# steps:
|
||||
# - uses: actions/checkout@v4
|
||||
# - run: nix fmt -- --check .
|
||||
#
|
||||
# #if: github.repository == 'Skynet/nixos'
|
||||
# build:
|
||||
# runs-on: nix
|
||||
# steps:
|
||||
# - uses: actions/checkout@v4
|
||||
# - run: nix develop
|
||||
# - run: colmena build -v --on @active-dns
|
||||
# - run: colmena build -v --on @active-core
|
||||
# - run: colmena build -v --on @active
|
||||
# - run: colmena build -v --on @active-ext
|
||||
# - run: colmena build -v --on @active-gitlab
|
||||
|
||||
deploy_dns:
|
||||
runs-on: nix
|
||||
needs: [ linter, build ]
|
||||
# needs: [ linter, build ]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
# setup deploy key
|
||||
|
|
Loading…
Reference in a new issue