From ca230627c630e3f7dcd55a26aadd161365d29628 Mon Sep 17 00:00:00 2001 From: vsrs <62505555+vsrs@users.noreply.github.com> Date: Sat, 23 May 2020 15:37:07 +0300 Subject: try to run TypeScript CI on windows --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7cb89834e..bf56ac610 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 -- cgit v1.2.3