Skip to content

fix(sshd): add PrintLastLog no to disable non-root wtmp record writin… #139

fix(sshd): add PrintLastLog no to disable non-root wtmp record writin…

fix(sshd): add PrintLastLog no to disable non-root wtmp record writin… #139

Workflow file for this run

---
name: CI/CD for Nix Dotfiles
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run Tests (Pytest)
run: |
nix-shell -p python3Packages.pytest --run "pytest tests/"