Skip to content

Commit 6756573

Browse files
debugging
1 parent 9e4e408 commit 6756573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ jobs:
131131
- name: Setup the stack
132132
run: |
133133
cp .env.example .env
134+
docker compose config
134135
docker compose build --quiet
135136
docker compose pull --quiet
136137
docker compose up --wait
137138
docker compose exec -u root app chown archivesspace:archivesspace artifacts
138139
139140
- name: Query the ASpace home page
140-
if: ${{ always() }}
141141
run: |
142142
curl --location --fail --retry 30 --retry-all-errors http://localhost:8080/
143143

0 commit comments

Comments
 (0)