Skip to content

Commit fec72fc

Browse files
committed
ci: fix vitest cache path & use blacksmith runners
1 parent a899900 commit fec72fc

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
github.event_name == 'workflow_dispatch'
1818
timeout-minutes: 30
1919
runs-on:
20-
group: couchbase-runners
21-
labels: ubuntu-latest-m
20+
labels: blacksmith-4vcpu-ubuntu-2404
2221
strategy:
2322
fail-fast: false
2423
matrix:
@@ -73,7 +72,7 @@ jobs:
7372
- name: Vitest cache
7473
uses: actions/cache@v4
7574
with:
76-
path: ./node_modules/.vite/vitest/results.json
75+
path: ./node_modules/.vite/results.json
7776
key: vitest-cache-${{ github.ref_name }}
7877
restore-keys: |
7978
vitest-cache-main

0 commit comments

Comments
 (0)