0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-28 01:29:03 +03:00

Merge pull request #163 from ein-shved/nix-tests

This commit is contained in:
Andrey Onischenko
2025-03-12 19:21:55 +03:00
committed by GitHub
6 changed files with 218 additions and 9 deletions

View File

@@ -105,3 +105,20 @@ jobs:
- name: Build yandex-music without flakes binaries
run: nix build --impure .#yandex-music-noflakes
nix-test:
runs-on: ubuntu-latest
env:
NIXPKGS_ALLOW_UNFREE: 1
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ (inputs.ref || '') }}
- name: Install nix
uses: cachix/install-nix-action@v22
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Run NixOS tests
run: nix build --impure .#tests