Skip to content

Commit 12266c2

Browse files
committed
chore: fix conformance tests
1 parent 52cc8fa commit 12266c2

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/conformance-test.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ on:
22
push:
33
branches:
44
- main
5+
paths:
6+
- 'handwritten/storage/**'
57
pull_request:
8+
paths:
9+
- 'handwritten/storage/**'
610
name: conformance
711
jobs:
812
conformance-test:
@@ -13,5 +17,5 @@ jobs:
1317
with:
1418
node-version: 14
1519
- run: node --version
16-
- run: npm install
17-
- run: npm run conformance-test
20+
- run: cd handwritten/storage && npm install
21+
- run: cd handwritten/storage && npm run conformance-test

0 commit comments

Comments
 (0)