We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4e408 commit 6756573Copy full SHA for 6756573
1 file changed
.github/workflows/build.yml
@@ -131,13 +131,13 @@ jobs:
131
- name: Setup the stack
132
run: |
133
cp .env.example .env
134
+ docker compose config
135
docker compose build --quiet
136
docker compose pull --quiet
137
docker compose up --wait
138
docker compose exec -u root app chown archivesspace:archivesspace artifacts
139
140
- name: Query the ASpace home page
- if: ${{ always() }}
141
142
curl --location --fail --retry 30 --retry-all-errors http://localhost:8080/
143
0 commit comments