From 13704b22fc661e89f31f99a3e631ee85f83dc8f1 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Tue, 23 Apr 2024 21:05:32 -0300 Subject: [PATCH] ci: create nix project in temp dir --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eb0dbefb9..25b00415c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -245,7 +245,10 @@ jobs: if: ${{ matrix.run-integration-tests }} - name: Test project generation (Nix) + env: + TEMP_PROJECT_DIR: ${{ runner.temp }} run: | + cd "${TEMP_PROJECT_DIR}" glistix new nix_lib_project cd nix_lib_project glistix run