From: Evan You Date: Sat, 14 Sep 2019 19:09:46 +0000 (-0400) Subject: ci: disable github actions for now (lacks dep caching) X-Git-Tag: v3.0.0-alpha.0~767 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e82db471b3e06e6ebcd37dd908f3e9c2f5999e74;p=thirdparty%2Fvuejs%2Fcore.git ci: disable github actions for now (lacks dep caching) --- diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml deleted file mode 100644 index e646aebf3a..0000000000 --- a/.github/workflows/nodejs.yml +++ /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