Skip to content

Commit

Permalink
Run shards install before running test
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviablaza committed Feb 12, 2024
1 parent 444c140 commit 84be7a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ jobs:
crystal: 1.6.2
- name: Download source
uses: actions/checkout@v4
- name: Install dependencies
uses: shards install
- name: Run tests
run: crystal spec

0 comments on commit 84be7a9

Please sign in to comment.