OS matrix for TypeScript

This commit is contained in:
vsrs 2020-05-23 16:39:30 +03:00 committed by GitHub
parent a09b308b4e
commit e3223a7fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,13 @@ jobs:
typescript:
name: TypeScript
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
@ -111,6 +117,7 @@ jobs:
working-directory: ./editors/code
- run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
if: runner.os == 'Linux'
working-directory: ./editors/code
- run: npm run lint