From c5945774154e4d43c3f4a6c1d655e6c99bfac6a8 Mon Sep 17 00:00:00 2001 From: divlo Date: Mon, 28 Dec 2020 11:46:44 +0100 Subject: [PATCH] ci: delete s-divlo-fr part --- .github/workflows/nodejs.yml | 25 ------------------------- 1 file changed, 25 deletions(-) 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'