Skip to content

Commit 78a8893

Browse files
committed
cat
1 parent fb3f0e6 commit 78a8893

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
COVERAGE_FILE: coverage-data-tasks-${{ matrix.python-version }}
3737
run: poetry run coverage run --debug=config,trace,pathmap -m pytest tests/dev/test_create_schema_for_single_task.py::test_create_schema_for_single_task_usage_1 -s >>file.txt 2>&1
3838

39+
- run: cat file.txt
40+
3941
- run: grep cellpose file.txt
4042

4143
- name: Upload coverage data

0 commit comments

Comments
 (0)