Move decryption check into mount_filesystems() and add some more logging #790
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "Build and test" | |
on: # yamllint disable-line rule:truthy | |
- "push" | |
jobs: | |
nix-ci: | |
uses: "rake5k/flake-commons/.github/workflows/nix-ci.yml@main" | |
with: | |
branch: "${{ github.ref_name }}" | |
nix-command: "flake check --impure" | |
system: "x86_64-linux" | |
secrets: | |
CACHIX_AUTH_TOKEN: "${{ secrets.CACHIX_AUTH_TOKEN }}" |