]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
ci: disable github actions for now (lacks dep caching)
authorEvan You <yyx990803@gmail.com>
Sat, 14 Sep 2019 19:09:46 +0000 (15:09 -0400)
committerEvan You <yyx990803@gmail.com>
Sat, 14 Sep 2019 19:09:46 +0000 (15:09 -0400)
.github/workflows/nodejs.yml [deleted file]

diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
deleted file mode 100644 (file)
index e646aeb..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-name: Node CI
-
-on: [push]
-
-jobs:
-  test:
-    runs-on: ubuntu-latest
-    steps:
-    - uses: actions/checkout@v1
-    - name: Use Node.js
-      uses: actions/setup-node@v1
-      with:
-        node-version: '12.x'
-    - name: test
-      run: |
-        yarn
-        yarn test
-      env:
-        CI: true
-        TEST: true