Skip to content

Commit 0c7a9bb

Browse files
committed
add unzip
1 parent fb4de34 commit 0c7a9bb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docker-compose.test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ services:
55
test:
66
image: cypress/included:12.17.2
77
entrypoint: []
8-
command: /bin/bash -c "npm install && npx wait-on http://ckan:5000/api/action/status_show && cypress run"
8+
command: /bin/bash -c "
9+
apt-get update && \
10+
apt-get install -y unzip && \
11+
npm install && \
12+
npx wait-on http://ckan:5000/api/action/status_show && \
13+
cypress run "
914
# To run specific test, use the following syntax:
1015
# command: /bin/bash -c "npm install && npx wait-on http://ckan:5000/api/action/status_show && cypress run --spec cypress/integration/dcat_us_export.spec.js"
1116
# command: /bin/bash -c "npm install && npx wait-on http://ckan:5000/api/action/status_show && cypress run --spec cypress/integration/login.spec.js"

0 commit comments

Comments
 (0)