Skip to content

Commit

Permalink
don't build ameba on the spec run
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Oct 13, 2024
1 parent 7fcc36d commit 782af18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
crystal: ${{matrix.crystal_version}}
- name: Install shards
run: shards install
run: shards install --skip-postinstall --skip-executables
env:
SHARDS_OVERRIDE: ${{ matrix.shard_file }}
- name: Run integration test (Linux)
Expand Down

0 comments on commit 782af18

Please sign in to comment.