aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
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:
97 97
98 typescript: 98 typescript:
99 name: TypeScript 99 name: TypeScript
100 runs-on: ubuntu-latest 100 runs-on: windows-latest
101 steps: 101 steps:
102 - name: Checkout repository 102 - name: Checkout repository
103 uses: actions/checkout@v2 103 uses: actions/checkout@v2
@@ -110,7 +110,7 @@ jobs:
110 - run: npm ci 110 - run: npm ci
111 working-directory: ./editors/code 111 working-directory: ./editors/code
112 112
113 - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; } 113 - run: npm audit # || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
114 working-directory: ./editors/code 114 working-directory: ./editors/code
115 115
116 - run: npm run lint 116 - run: npm run lint