Skip to content

Commit

Permalink
fix: use DEBUG=True to allow caching in build
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Oct 4, 2024
1 parent 9f2c143 commit 0130651
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
ARCHES_ROOT: "/web_root/arches"
COMPRESS_OFFLINE: "False"
COMPRESS_ENABLED: "False"
DEBUG: "True"
INSTALL_DEFAULT_GRAPHS: "False"
INSTALL_DEFAULT_CONCEPTS: "False"
PGUSERNAME: "postgres"
Expand Down Expand Up @@ -258,6 +259,7 @@ jobs:
ARCHES_DYNAMIC_IMAGE=${{ needs['Build-Arches'].outputs.image }}
ARCHES_BASE=${{ env.ARCHES_BASE }}
ARCHES_PROJECT=${{ env.ARCHES_PROJECT }}
DEBUG=True
- name: Extract image name
id: extract_image_name
run: |
Expand Down

0 comments on commit 0130651

Please sign in to comment.