Skip to content

Commit

Permalink
ci: create nix project in temp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Apr 24, 2024
1 parent b2fb6bc commit 13704b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13704b2

Please sign in to comment.