mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
OS matrix for TypeScript
This commit is contained in:
parent
a09b308b4e
commit
e3223a7fd3
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user