File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 continue-on-error : ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
3434 env : # $BUNDLE_GEMFILE must be set at job level, so it is set for all steps
3535 BUNDLE_GEMFILE : ${{ github.workspace }}/Appraisal.root.gemfile
36- KETTLE_TEST_RUNNER : rspec
3736 strategy :
3837 matrix :
3938 include :
7776
7877 - name : Tests for ${{ matrix.ruby }} via ${{ matrix.exec_cmd }}
7978 if : ${{ !env.ACT }}
80- timeout-minutes : 15
8179 run : bundle exec appraisal ${{ matrix.appraisal }} bundle exec ${{ matrix.exec_cmd }}
Original file line number Diff line number Diff line change 3333 continue-on-error : ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
3434 env : # $BUNDLE_GEMFILE must be set at job level, so it is set for all steps
3535 BUNDLE_GEMFILE : ${{ github.workspace }}/Appraisal.root.gemfile
36- KETTLE_TEST_RUNNER : rspec
3736 strategy :
3837 matrix :
3938 include :
7776
7877 - name : Tests for ${{ matrix.ruby }} via ${{ matrix.exec_cmd }}
7978 if : ${{ !env.ACT }}
80- timeout-minutes : 15
8179 run : bundle exec appraisal ${{ matrix.appraisal }} bundle exec ${{ matrix.exec_cmd }}
You can’t perform that action at this time.
0 commit comments