Skip to content

fix(sshd): disable preauth sandbox and strict modes in android sshd_c… #145

fix(sshd): disable preauth sandbox and strict modes in android sshd_c…

fix(sshd): disable preauth sandbox and strict modes in android sshd_c… #145

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/"