diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 16e4770..0ee1a42 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -59,28 +59,3 @@ jobs: - run: 'npm install' - 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'