Skip to content

Commit

Permalink
Try to fix GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Jun 7, 2024
1 parent 8428a18 commit f13f9d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
truffleruby,
truffleruby-head
]
gemfile: [ rack3 ]
# gemfile: [ rack3 ]
runs-on: ${{ matrix.os }}
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
# env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
# BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down
10 changes: 5 additions & 5 deletions gemfiles/rack3.gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gemspec path: '..'

gem 'rack', '~> 3'
# source 'https://rubygems.org'
#
# gemspec path: '..'
#
# gem 'rack', '~> 3'

0 comments on commit f13f9d5

Please sign in to comment.