.github/workflows/test.yaml in lrama-0.5.1 vs .github/workflows/test.yaml in lrama-0.5.2
- old
+ new
@@ -33,10 +33,11 @@
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle install
+ - run: bundle exec rbs collection install
- run: bundle exec steep check
test-ruby:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
@@ -55,12 +56,10 @@
- run: git clone --depth=1 https://github.com/ruby/ruby.git -b ${{ matrix.ruby_branch }} ../ruby
working-directory:
- run: mkdir -p tool/lrama
working-directory: ../ruby
- name: Copy Lrama to ruby/tool
- run: cp -r exe lib ../ruby/tool/lrama
- # TODO: Consider how to manage changes on ruby/ruby master and ruby/lrama
- # run: cp -r exe lib template ../ruby/tool/lrama
+ run: cp -r exe lib template ../ruby/tool/lrama
working-directory:
- run: tree tool/lrama
working-directory: ../ruby
# See also https://github.com/ruby/ruby/blob/master/.github/workflows/ubuntu.yml
- run: mkdir build