Skip to content

Merge pull request #24 from thiagokokada/add-helpers-test #122

Merge pull request #24 from thiagokokada/add-helpers-test

Merge pull request #24 from thiagokokada/add-helpers-test #122

Workflow file for this run

name: "Test"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: build package
run: nix build -L
- name: run VM tests
run: nix build .#checks.x86_64-linux.testVm -L
- uses: actions/upload-artifact@v4
with:
name: coverage
path: |
result/hyprland-go.*