.github/workflows/test.yaml in lrama-0.4.0 vs .github/workflows/test.yaml in lrama-0.5.0

- old
+ new

@@ -38,13 +38,15 @@ with: ruby-version: ${{ matrix.baseruby }} bundler-cache: true - run: git clone --depth=1 https://github.com/ruby/ruby.git -b ${{ matrix.ruby_branch }} ../ruby working-directory: - - run: mkdir tool/lrama + - run: mkdir -p tool/lrama working-directory: ../ruby - name: Copy Lrama to ruby/tool - run: cp -r exe lib template ../ruby/tool/lrama + 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 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