Skip to content

Update test_sbomnix action dependencies #440

Update test_sbomnix action dependencies

Update test_sbomnix action dependencies #440

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:

Check failure on line 18 in .github/workflows/test_sbomnix.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_sbomnix.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
- uses: actions/checkout@v4.2.0
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Ensure nix-build works
run: nix-build '<nixpkgs>' -A hello
- name: Print nix version
run: nix --version
- name: Run sbomnix CI tests
run: nix develop --command make test-ci