summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-12 10:49:48 -0600
committermo khan <mo.khan@gmail.com>2020-05-12 10:49:48 -0600
commite5b60f31deeb6c1dd1ddf773ddd743f5fdf6f696 (patch)
tree60fc738e54447c0b9573d4173401db721751640b /.github/workflows/ci.yml
parentf9eb937bc7a170c861df90b6ec7d5b0a1657a678 (diff)
Compile before pulling latest git repo
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
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