Skip to content

Commit

Permalink
move to env for setting shard overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Oct 13, 2024
1 parent 7d37f16 commit 7fcc36d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ jobs:
with:
crystal: ${{matrix.crystal_version}}
- name: Install shards
run: SHARDS_OVERRIDE=${{ matrix.shard_file }} shards install
run: shards install
env:
SHARDS_OVERRIDE: ${{ matrix.shard_file }}
- name: Run integration test (Linux)
run: ./script/integration_test
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 7fcc36d

Please sign in to comment.