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.
bats
1 parent bd22dff commit 57b5e49Copy full SHA for 57b5e49
.github/workflows/ci.yml
@@ -38,8 +38,8 @@ jobs:
38
with:
39
machine: ${{ matrix.os }}
40
files: ${{ needs.list-tests.outputs.files }}
41
- crystal: ${{ github.events.inputs.crystal }}
42
- shards: ${{ github.events.inputs.shards }}
+ crystal: ${{ github.event.inputs.crystal || 'nightly' }}
+ shards: ${{ github.event.inputs.shards || 'nightly' }}
43
44
test_format:
45
runs-on: ubuntu-24.04
0 commit comments