File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 VECTOR_SYNC_SCAN_INTERVAL : " 5"
4343
4444 - name : Install the latest version of uv
45- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
45+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
4646
4747 - name : Wait for Nextcloud to be ready
4848 run : |
Original file line number Diff line number Diff line change 2020 - name : Checkout
2121 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222 - name : Install uv
23- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
23+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
2424 - name : Install Python 3.11
2525 run : uv python install 3.11
2626 - name : Build
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313 - name : Install the latest version of uv
14- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
14+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
1515 - name : Check format
1616 run : uv run --frozen ruff format --diff
1717 - name : Linting
2525 steps :
2626 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727 - name : Install the latest version of uv
28- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
28+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
2929 - name : Run unit tests
3030 run : uv run pytest -v -m unit -o "addopts=-p no:asyncio"
3131
@@ -141,7 +141,7 @@ jobs:
141141 NEXTCLOUD_IMAGE : ${{ matrix.nextcloud_image }}
142142
143143 - name : Install the latest version of uv
144- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
144+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
145145
146146 - name : Install Playwright
147147 if : matrix.needs-playwright
You can’t perform that action at this time.
0 commit comments