moved working-dir
هذا الالتزام موجود في:
@@ -13,9 +13,6 @@ jobs:
|
|||||||
build-node:
|
build-node:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: node-example
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [12.x, 14.x, 16.x]
|
node-version: [12.x, 14.x, 16.x]
|
||||||
@@ -28,6 +25,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
working-directory: ./node-example
|
||||||
|
|
||||||
- run: npm run build --if-present
|
- run: npm run build --if-present
|
||||||
|
working-directory: ./node-example
|
||||||
|
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
working-directory: ./node-example
|
||||||
|
المرجع في مشكلة جديدة
حظر مستخدم