Skip to content

Commit

Permalink
Update test_sbomnix action dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
  • Loading branch information
henrirosten committed Oct 7, 2024
1 parent 2a724c2 commit abe0a36
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test_sbomnix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

name: Test sbomnix
name: Test sbomnix

on:
push:
Expand All @@ -16,11 +16,13 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- uses: actions/checkout@v4.2.0
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Make sure nix-build works
- name: Ensure nix-build works
run: nix-build '<nixpkgs>' -A hello
- name: Run sbomnix CI tests
- name: Print nix version
run: nix --version
- name: Run sbomnix CI tests
run: nix develop --command make test-ci

0 comments on commit abe0a36

Please sign in to comment.