Skip to content

Commit dda5d43

Browse files
committed
Andrei's ugly test
1 parent 35b19a7 commit dda5d43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ jobs:
273273
${{ runner.os }}-pip-
274274
- name: install
275275
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
276280
- name: test
277281
run: ./ci/github/unit-testing/frontend.bash test
278282
# no coverage here??

0 commit comments

Comments
 (0)