Skip to content

Commit b8e3e07

Browse files
committed
fix cache
1 parent 35898fb commit b8e3e07

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
sytest:
3636
name: Run a subset of sytest suite
3737
runs-on: ubuntu-24.04
38+
strategy:
39+
matrix:
40+
tests:
41+
- 50federation/00prepare.pl
42+
- 50federation/01keys.pl
3843
steps:
3944
- uses: actions/checkout@v4
4045
with:
@@ -61,7 +66,7 @@ jobs:
6166
id: cache
6267
with:
6368
path: homeserver/node_modules
64-
key: ${{ hashFiles('**/bun.lockdb') }}
69+
key: node_modules-${{ hashFiles('**/bun.lockdb') }}
6570

6671
- name: Install deps
6772
if: steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)