Fix CI/CD pipeline

This commit is contained in:
Glenn Y. Rolland 2020-03-03 19:21:18 +01:00
parent d95652b5d6
commit 34f261b6d1

View file

@ -11,12 +11,12 @@ jobs:
image: crystallang/crystal
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: shards install
- name: Build
run: make test
- name: Tests
run: make test
- name: install
run: make install
- uses: actions/checkout@v2
- name: Install dependencies
run: shards install
- name: Build
run: make build
- name: Tests
run: make test
- name: install
run: make install