using higher defaults
هذا الالتزام موجود في:
12
.github/workflows/node.js.yml
مباع
12
.github/workflows/node.js.yml
مباع
@@ -9,6 +9,11 @@ on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
working-directory: ./node-example
|
||||
|
||||
jobs:
|
||||
build-node:
|
||||
|
||||
@@ -25,12 +30,7 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
|
||||
- run: npm ci
|
||||
working-directory: ./node-example
|
||||
|
||||
- run: npm run build --if-present
|
||||
working-directory: ./node-example
|
||||
|
||||
- run: npm test
|
||||
working-directory: ./node-example
|
||||
|
||||
|
المرجع في مشكلة جديدة
حظر مستخدم