Skip to content

fix: return to nzbget #491

fix: return to nzbget

fix: return to nzbget #491

Workflow file for this run

---
name: "Test"
"on":
pull_request:
push:
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: cachix/cachix-action@v14
with:
name: devenv
- name: Install devenv.sh
run: nix profile install github:cachix/devenv/v1.0
shell: sh
- run: devenv test
- run: devenv shell echo ok