From d1cad54a6e3dd3aae3633a4a98fd19cbc4a53fc4 Mon Sep 17 00:00:00 2001 From: Bobby McDonald Date: Sat, 16 Nov 2019 23:10:49 -0500 Subject: Remove github actions This is causing too much noise while I experiment, I'll move it to my fork of hashie and test there. --- .github/workflows/test.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 6985167..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Test - -on: [push, pull_request] - -jobs: - build: - - runs-on: ubuntu-latest - - strategy: - matrix: - ruby-version: [ '2.1.10', '2.2.9', '2.3.8', '2.4.5', '2.5.3', '2.6.3'] - steps: - - uses: actions/checkout@v1 - - uses: actions/cache@preview - id: cache - with: - path: ~/local/rubies - key: ruby-${{ matrix.ruby-version }} - - uses: clupprich/ruby-build-action@master - id: ruby - with: - ruby-version: ${{ matrix.ruby-version }} - cache-available: ${{ steps.cache.outputs.cache-hit == 'true' }} - - name: Build and test with Rake - env: - CI: 'true' - run: | - gem install bundler - bundle install --jobs 4 --retry 3 - bundle exec rake -- cgit v1.2.1