Skip to content

Commit

Permalink
changed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfachi committed Oct 13, 2023
1 parent e508af4 commit 97c0e67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nix.yml → .github/workflows/nixos.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: "Nix"
name: "NixOS"
on:
pull_request:
push:
jobs:
tests:
build-mitama:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build --accept-flake-config
- run: nix build .#nixosConfigurations.mitama.config.system.build.toplevel --accept-flake-config --override-input secrets nixpkgs
- run: nix flake check

0 comments on commit 97c0e67

Please sign in to comment.