ruby-changes:57923
From: Hiroshi <ko1@a...>
Date: Thu, 26 Sep 2019 19:23:19 +0900 (JST)
Subject: [ruby-changes:57923] c8f7168653 (master): Revert the accidentally commits related GitHub Actions
https://git.ruby-lang.org/ruby.git/commit/?id=c8f7168653 From c8f71686533cf068ad2f7a2e9fbb95a5c9f44642 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Thu, 26 Sep 2019 19:22:30 +0900 Subject: Revert the accidentally commits related GitHub Actions diff --git a/.github/workflows/ubuntu-rvm.yml b/.github/workflows/ubuntu-rvm.yml deleted file mode 100644 index 4337e7d..0000000 --- a/.github/workflows/ubuntu-rvm.yml +++ /dev/null @@ -1,34 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/#L0 -name: ubuntu-rvm - -on: [push] - -jobs: - build: - runs-on: ubuntu-latest - strategy: - matrix: - ruby: [ 'ruby-head', 'jruby-9.2.8.0' ] - test_tool: [ "rubygems", "bundler" ] - steps: - - uses: actions/checkout@master - - run: git submodule update -i - - name: Set up RVM - run: | - curl -sSL https://get.rvm.io | bash - - name: Set up Ruby - run: | - source $HOME/.rvm/scripts/rvm - rvm install ${{ matrix.ruby }} --binary - rvm --default use ${{ matrix.ruby }} - - name: Install dependencies - run: | - source $HOME/.rvm/scripts/rvm - util/ci.sh before_script - env: - TEST_TOOL: ${{ matrix.test_tool }} - - name: Run test - run: | - source $HOME/.rvm/scripts/rvm - util/ci.sh script - env: - TEST_TOOL: ${{ matrix.test_tool }} diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml deleted file mode 100644 index f55feb0..0000000 --- a/.github/workflows/workflow.yml +++ /dev/null @@ -1,21 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/#L0 -on: pull_request - -jobs: - macos: - runs-on: macos-latest - strategy: - matrix: - ruby: [ '2.3.x', '2.4.x', '2.5.x', '2.6.x' ] - steps: - - uses: actions/checkout@master - - name: Setup ruby - uses: actions/setup-ruby@v1 - with: - version: ${{ matrix.ruby }} - architecture: 'x64' - - name: Install Dependencies - run: util/ci.sh before_script - - name: Run Test - run: util/ci.sh script - env: - TEST_TOOL: "rubygems" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/