Skip to content

Commit

Permalink
reference duplicates check from github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerisse committed Mar 16, 2024
1 parent ba5d365 commit f0cd0b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build -L .#checks.x86_64-linux.pytest-facts
- run: nix build -L .#checks.x86_64-linux.duplicates-facts
- run: nix build -L .#checks.x86_64-linux.perl-switches
- run: nix build -L .#checks.x86_64-linux.openwrt-golden
- run: nix build -L .#scaleInventory
2 changes: 1 addition & 1 deletion nix/tests/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
${testPython}/bin/pytest -vv -p no:cacheprovider
touch $out
'');
duplicates-facts = (pkgs.runCommand "facts-duplicates"
duplicates-facts = (pkgs.runCommand "duplicates-facts"
{
buildInputs = [pkgs.fish ];
} ''
Expand Down

0 comments on commit f0cd0b2

Please sign in to comment.