File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,10 @@ jobs:
109109 - 'mypy.ini'
110110 common-library:
111111 - 'packages/common-library/**'
112+ - 'packages/pytest-simcore/**'
113+ - 'services/docker-compose*'
114+ - 'scripts/mypy/*'
115+ - 'mypy.ini'
112116 notifications-library:
113117 - 'packages/notifications-library/**'
114118 - 'packages/postgres-database/**'
@@ -1695,7 +1699,11 @@ jobs:
16951699 with :
16961700 python-version : ${{ matrix.python }}
16971701 - name : install uv
1698- uses : yezz123/setup-uv@v4
1702+ uses : astral-sh/setup-uv@v6
1703+ with :
1704+ version : " 0.6.x"
1705+ enable-cache : false
1706+ cache-dependency-glob : " **/common-library/requirements/ci.txt"
16991707 - name : show system version
17001708 run : ./ci/helpers/show_system_versions.bash
17011709 - name : install
@@ -1705,6 +1713,9 @@ jobs:
17051713 - name : test
17061714 run : ./ci/github/unit-testing/common-library.bash test
17071715 - uses : codecov/codecov-action@v5
1716+ if : ${{ !cancelled() }}
1717+ env :
1718+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
17081719 with :
17091720 flags : unittests # optional
17101721
You can’t perform that action at this time.
0 commit comments