Skip to content

Commit 408fc83

Browse files
committed
Fix #852 - Add cache path to node CI and remove examples hydration pipeline
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent 2d79abe commit 408fc83

File tree

7 files changed

+2
-164
lines changed

7 files changed

+2
-164
lines changed

.ci/examples-readme-hydration/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.ci/examples-readme-hydration/index.js

Lines changed: 0 additions & 39 deletions
This file was deleted.

.ci/examples-readme-hydration/package-lock.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.ci/examples-readme-hydration/package.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/examples-readme-check.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/examples-readme-hydration.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

.github/workflows/schema-check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
build:
3838
defaults:
3939
run:
40-
working-directory: .ci/validation
40+
working-directory: .ci/validation/
4141
runs-on: ubuntu-latest
4242
strategy:
4343
matrix:
@@ -50,5 +50,6 @@ jobs:
5050
with:
5151
node-version: ${{ matrix.node-version }}
5252
cache: 'npm'
53+
cache-dependency-path: .ci/validation/package-lock.json
5354
- run: npm install
5455
- run: npm test

0 commit comments

Comments
 (0)