Skip to content

Commit

Permalink
ci: do not rebuild postgrest
Browse files Browse the repository at this point in the history
specify outputs to cache excluding postgrest
  • Loading branch information
develop7 authored and wolfgangwalther committed Jan 22, 2024
1 parent 9c78751 commit 286103d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
- name: Put all tools to store to be cached afterwards
run: |
# shellcheck disable=SC2046
nix-store -v --realize $( nix-instantiate default.nix )
nix-store -v --realize $( nix-instantiate default.nix \
-A style -A withTools -A memory -A tests -A release \
)
shell: bash

Lint-Style:
Expand Down

0 comments on commit 286103d

Please sign in to comment.