diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-12 10:49:48 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-12 10:49:48 -0600 |
| commit | e5b60f31deeb6c1dd1ddf773ddd743f5fdf6f696 (patch) | |
| tree | 60fc738e54447c0b9573d4173401db721751640b /.github/workflows/ci.yml | |
| parent | f9eb937bc7a170c861df90b6ec7d5b0a1657a678 (diff) | |
Compile before pulling latest git repo
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec2dc35..0be1908 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,6 @@ jobs: ruby-version: ${{ matrix.ruby }} - name: setup run: ./bin/setup - - name: compile - run: ./bin/compile - name: integration run: ./bin/test spec/integration - name: unit |
