We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a669c4 commit 9d652bcCopy full SHA for 9d652bc
.github/workflows/samples-crystal.yaml
@@ -29,6 +29,9 @@ jobs:
29
- uses: actions/checkout@v5
30
- name: Install Crystal
31
uses: crystal-lang/install-crystal@v1
32
+ - name: Shards Install
33
+ run: crystal shards install
34
+ working-directory: ${{ matrix.sample }}
35
- name: Run tests
36
run: crystal spec
37
working-directory: ${{ matrix.sample }}
0 commit comments