File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,11 +94,11 @@ jobs:
94
94
${{ steps.init.outputs.docker_repo }}
95
95
96
96
- name : Run test suite
97
- run : docker- compose run sealog-server npm test
97
+ run : docker compose run sealog-server npm test
98
98
99
99
- name : Run server and Postman tests
100
100
run : |
101
- docker- compose up -d
101
+ docker compose up -d
102
102
sleep 10
103
103
curl http://localhost:8000/sealog-server > /tmp/banner.txt
104
104
grep "Welcome to sealog-server\!" /tmp/banner.txt
@@ -109,7 +109,7 @@ jobs:
109
109
# Run Postman tests
110
110
newman run "integration-tests/api_tests.postman_collection.json"
111
111
112
- docker- compose down
112
+ docker compose down
113
113
114
114
# Because `docker buildx build` cannot have multiple cache export targets
115
115
# yet, we build and push separately.
You can’t perform that action at this time.
0 commit comments