ci: delete s-divlo-fr part
This commit is contained in:
parent
3ed686cddd
commit
c594577415
25
.github/workflows/nodejs.yml
vendored
25
.github/workflows/nodejs.yml
vendored
@ -59,28 +59,3 @@ jobs:
|
|||||||
|
|
||||||
- run: 'npm install'
|
- run: 'npm install'
|
||||||
- run: 'npm run lint'
|
- run: 'npm run lint'
|
||||||
|
|
||||||
ci_s-divlo-fr:
|
|
||||||
runs-on: 'ubuntu-latest'
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: 's.divlo.fr'
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
node-version: [14.x]
|
|
||||||
steps:
|
|
||||||
- uses: 'actions/checkout@v2'
|
|
||||||
|
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
|
||||||
uses: 'actions/setup-node@v2.1.2'
|
|
||||||
with:
|
|
||||||
node-version: ${{ matrix.node-version }}
|
|
||||||
|
|
||||||
- name: 'Cache dependencies'
|
|
||||||
uses: 'actions/cache@v2'
|
|
||||||
with:
|
|
||||||
path: '**/node_modules'
|
|
||||||
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
|
|
||||||
|
|
||||||
- run: 'npm install'
|
|
||||||
- run: 'npm run lint'
|
|
||||||
|
Reference in New Issue
Block a user