Fix CI/CD pipeline
This commit is contained in:
parent
d95652b5d6
commit
34f261b6d1
1 changed files with 9 additions and 9 deletions
18
.github/workflows/crystal.yml
vendored
18
.github/workflows/crystal.yml
vendored
|
@ -11,12 +11,12 @@ jobs:
|
||||||
image: crystallang/crystal
|
image: crystallang/crystal
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- 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
|
||||||
run: make install
|
run: make install
|
||||||
|
|
Loading…
Reference in a new issue