try to run TypeScript CI on windows

This commit is contained in:
vsrs 2020-05-23 15:37:07 +03:00 committed by GitHub
parent 1739a542f8
commit ca230627c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ jobs:
typescript:
name: TypeScript
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
@ -110,7 +110,7 @@ jobs:
- run: npm ci
working-directory: ./editors/code
- run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
- run: npm audit # || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
working-directory: ./editors/code
- run: npm run lint