mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Remove test.yml
This commit is contained in:
parent
cb84d20e79
commit
6feccefc2d
1 changed files with 0 additions and 21 deletions
21
.github/workflows/test.yml
vendored
21
.github/workflows/test.yml
vendored
|
@ -1,21 +0,0 @@
|
|||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
os:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
|
||||
tests:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
runs-on: ${{ inputs.os }}
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
determinate: true
|
||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
||||
- run: nix flake check -L
|
Loading…
Add table
Add a link
Reference in a new issue