Files
zineshop/.gitea/workflows/flake-check.yml
kalipso 6a8ab81b88
Some checks failed
Integration Test / flake-check (push) Failing after 2m29s
try fix workflow by setting $HOME
2025-04-12 16:56:19 +02:00

15 lines
396 B
YAML

name: "Integration Test"
on:
push:
jobs:
flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies for Nix setup action
run: |
apt update -y
apt install sudo -y
- uses: cachix/install-nix-action@v30
- run: export HOME=$(pwd); nix flake check --no-update-lock-file --accept-flake-config .