Skip to content

Commit

Permalink
add 'generate nix files' step to workflows
Browse files Browse the repository at this point in the history
Should fix nix files not being copiable
  • Loading branch information
PgBiel committed Dec 21, 2024
1 parent f264935 commit 64547d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
run: ./bin/download-compiler
- run: glistix deps download
shell: nix develop --command bash -e {0}
- name: Generate Nix files
run: glistix build --target nix
shell: nix develop --command bash -e {0}
- name: Build site
run: glistix run
shell: nix develop --command bash -e {0}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
shell: nix develop --command bash -e {0}
- run: glistix format --check src test
shell: nix develop --command bash -e {0}
- name: Generate Nix files
run: glistix build --target nix
shell: nix develop --command bash -e {0}
- run: glistix test
shell: nix develop --command bash -e {0}
- run: glistix run
Expand Down

0 comments on commit 64547d5

Please sign in to comment.