Commit f3ce5f7

mo khan <mo@mokhan.ca>
2021-02-05 05:21:48
chore: split setup into compile and pull
1 parent 92b0360
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