Fix CI/CD pipeline
This commit is contained in:
parent
d95652b5d6
commit
34f261b6d1
1 changed files with 9 additions and 9 deletions
2
.github/workflows/crystal.yml
vendored
2
.github/workflows/crystal.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: shards install
|
run: shards install
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make test
|
run: make build
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: make test
|
run: make test
|
||||||
- name: install
|
- name: install
|
||||||
|
|
Loading…
Reference in a new issue