Skip to content

Commit 5a3d2a6

Browse files
committed
ci: fix test directory
1 parent c130af6 commit 5a3d2a6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
node: [18, 20, 22]
25+
node: [18]
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v4
@@ -45,8 +45,9 @@ jobs:
4545
- name: Cache dist
4646
uses: actions/cache@v4
4747
with:
48-
path: packages/*/dist
48+
path: packages/*/lib
4949
key: build-intlify-bundle-tools-os-${{ matrix.os }}-${{ github.sha }}
50+
5051
test:
5152
name: 'Test on Node.js ${{ matrix.node }} OS: ${{matrix.os}} (${{ matrix.framework }})'
5253
runs-on: ${{ matrix.os }}
@@ -93,7 +94,7 @@ jobs:
9394
- name: Restore dist cache
9495
uses: actions/cache@v4
9596
with:
96-
path: packages/*/dist
97+
path: packages/*/lib
9798
key: build-intlify-bundle-tools-os-${{ matrix.os }}-${{ github.sha }}
9899

99100
- name: Testing

0 commit comments

Comments
 (0)