Skip to content

sbomnix: Misc updates #216

sbomnix: Misc updates

sbomnix: Misc updates #216

Workflow file for this run

# SPDX-FileCopyrightText: 2022-2023 Technology Innovation Institute (TII)
#
# SPDX-License-Identifier: Apache-2.0
name: Test sbomnix
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Test nix-build
run: nix-build '<nixpkgs>' -A hello
- name: Run tests
run: make test-ci