Skip to content

Commit 0130651

Browse files
committed
fix: use DEBUG=True to allow caching in build
1 parent 9f2c143 commit 0130651

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/project.yml

+2
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ jobs:
170170
ARCHES_ROOT: "/web_root/arches"
171171
COMPRESS_OFFLINE: "False"
172172
COMPRESS_ENABLED: "False"
173+
DEBUG: "True"
173174
INSTALL_DEFAULT_GRAPHS: "False"
174175
INSTALL_DEFAULT_CONCEPTS: "False"
175176
PGUSERNAME: "postgres"
@@ -258,6 +259,7 @@ jobs:
258259
ARCHES_DYNAMIC_IMAGE=${{ needs['Build-Arches'].outputs.image }}
259260
ARCHES_BASE=${{ env.ARCHES_BASE }}
260261
ARCHES_PROJECT=${{ env.ARCHES_PROJECT }}
262+
DEBUG=True
261263
- name: Extract image name
262264
id: extract_image_name
263265
run: |

0 commit comments

Comments
 (0)