There was an error while loading. Please reload this page.
1 parent 9d1d2cc commit 065853bCopy full SHA for 065853b
1 file changed
.github/workflows/deploy.yml
@@ -104,7 +104,7 @@ jobs:
104
INSTANCE: ${{ env.INSTANCE }}
105
DATADIR: /opt/dspace-data/clarin-dspace/
106
107
- - name: dspace command
+ - name: dspace basic command
108
run: |
109
export DNAME=dspace$INSTANCE
110
docker logs -n 50 $DNAME
@@ -124,6 +124,8 @@ jobs:
124
echo "dspace checker:"
125
docker exec $DNAME /bin/bash -c "cd /dspace/bin && ./dspace checker -v -l"
126
127
+ - name: dspace healthcheck
128
+ run: |
129
echo "dspace healthcheck:"
130
docker exec $DNAME /bin/bash -c "cd /dspace/bin && ./dspace healthcheck -v"
131
0 commit comments