Commit f3ce5f7
Changed files (1)
.github
workflows
.github/workflows/ci.yml
@@ -19,7 +19,8 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- - run: ./bin/setup
+ - run: ./bin/compile
+ - run: ./bin/run pull
- run: ./bin/test
style:
runs-on: ubuntu-latest