diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c7436ca1497..754323264f4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,25 +45,6 @@ jobs: run: npm run ci:lint - name: Vulnerabilities run: npm run security - - name: Run all tests - run: npm run ci:test - env: - CI: true - - linux10: - runs-on: ubuntu-latest - name: Node 10 (Linux) - steps: - - name: Checkout Commit - uses: actions/checkout@v2 - - name: Setup Node - uses: actions/setup-node@v2 - with: - node-version: '10' - - name: Install dependencies - run: npm ci --ignore-scripts - - name: Run tests - run: npm run ci:test:only env: CI: true @@ -73,7 +54,7 @@ jobs: matrix: node: ['10', '12', '14', '16'] os: [macos-latest, ubuntu-latest, windows-latest] - name: Node ${{ matrix.node }} (Windows) + name: ${{ matrix.node }} steps: - name: Configure git line-breaks run: git config --global core.autocrlf false