CI: split tasks

This commit is contained in:
Glenn Y. Rolland 2022-02-06 13:15:56 +01:00
parent 52ba9e6377
commit b89e9196f9

View file

@ -26,6 +26,7 @@ jobs:
build:
runs-on: ubuntu-latest
needs: test
container:
image: crystallang/crystal
@ -41,7 +42,16 @@ jobs:
run: shards install
- name: Run tests
run: crystal build
deliver:
runs-on: ubuntu-latest
needs: build
container:
image: crystallang/crystal
steps:
- uses: actions/checkout@v2
- name: Create Release
id: create_release
uses: actions/create-release@v1