We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b19a7 commit dda5d43Copy full SHA for dda5d43
.github/workflows/ci-testing-deploy.yml
@@ -273,6 +273,10 @@ jobs:
273
${{ runner.os }}-pip-
274
- name: install
275
run: ./ci/github/unit-testing/frontend.bash install
276
+ - name: debug
277
+ run: |
278
+ cat /home/runner/work/osparc-simcore/osparc-simcore/services/web/client/source/class/osparc/component/metadata/StudyDetailsEditor.js
279
+ cat /home/runner/work/osparc-simcore/osparc-simcore/services/web/client/source/class/osparc/ui/window/Window.js
280
- name: test
281
run: ./ci/github/unit-testing/frontend.bash test
282
# no coverage here??
0 commit comments