diff options
| author | mo khan <mo@mokhan.ca> | 2021-02-04 22:21:48 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-02-04 22:21:48 -0700 |
| commit | f3ce5f7011c4a8915711b83a1f02d6ab5946d3d7 (patch) | |
| tree | 32b6c757f71b9f80a0b23cd6e65ac72ef54b9b36 /.github/workflows/ci.yml | |
| parent | 92b036045379544d3163ed6573f868b7434b0844 (diff) | |
chore: split setup into compile and pull
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7575d1f..cbfe276 100644 --- a/.github/workflows/ci.yml +++ b/.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 |
