Commit 26c0a65 1 parent 393392c commit 26c0a65 Copy full SHA for 26c0a65
File tree 2 files changed +7
-12
lines changed
2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163
163
docker load --input /tmp/cvat_server/image.tar
164
164
docker load --input /tmp/cvat_ui/image.tar
165
165
docker tag cvat/server:latest cvat/server:dev
166
- docker tag cvat/ui:latest cvat/server :dev
166
+ docker tag cvat/ui:latest cvat/ui :dev
167
167
docker image ls -a
168
168
169
169
- name : Running REST API and SDK tests
@@ -193,11 +193,9 @@ jobs:
193
193
- name : Uploading "cvat" container logs as an artifact
194
194
if : failure()
195
195
uses : actions/upload-artifact@v2
196
- env :
197
- LOGS_DIR : " ${{ github.workspace }}/rest_api"
198
196
with :
199
197
name : container_logs
200
- path : $LOGS_DIR
198
+ path : " ${{ github.workspace }}/rest_api "
201
199
202
200
unit_testing :
203
201
needs : build
@@ -339,13 +337,13 @@ jobs:
339
337
npx cypress run \
340
338
--headed \
341
339
--browser chrome \
342
- --env coverage=false
340
+ --env coverage=false \
343
341
--config-file cypress_canvas3d.json \
344
342
--spec 'cypress/integration/${{ matrix.specs }}/**/*.js,cypress/integration/remove_users_tasks_projects_organizations.js'
345
343
else
346
344
npx cypress run \
347
345
--browser chrome \
348
- --env coverage=false
346
+ --env coverage=false \
349
347
--spec 'cypress/integration/${{ matrix.specs }}/**/*.js,cypress/integration/remove_users_tasks_projects_organizations.js'
350
348
fi
351
349
Original file line number Diff line number Diff line change @@ -159,11 +159,9 @@ jobs:
159
159
- name : Uploading "cvat" container logs as an artifact
160
160
if : failure()
161
161
uses : actions/upload-artifact@v2
162
- env :
163
- LOGS_DIR : " ${{ github.workspace }}/rest_api"
164
162
with :
165
163
name : container_logs
166
- path : $LOGS_DIR
164
+ path : " ${{ github.workspace }}/rest_api "
167
165
168
166
unit_testing :
169
167
needs : build
@@ -220,11 +218,10 @@ jobs:
220
218
- name : Uploading "cvat" container logs as an artifact
221
219
if : failure()
222
220
uses : actions/upload-artifact@v2
223
- env :
224
- LOGS_DIR : " ${{ github.workspace }}/unit_testing"
225
221
with :
226
222
name : container_logs
227
- path : $LOGS_DIR
223
+ path : " ${{ github.workspace }}/unit_testing"
224
+
228
225
229
226
e2e_testing :
230
227
needs : build
You can’t perform that action at this time.
0 commit comments