Skip to content

Commit

Permalink
fix ci name
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed May 7, 2021
1 parent 9ad03f8 commit bd5a098
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/tests.yml
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit bd5a098

Please sign in to comment.