Skip to content

Commit

Permalink
Test against main branch of Lucky
Browse files Browse the repository at this point in the history
  • Loading branch information
akadusei committed Oct 30, 2023
1 parent cf71342 commit ac166c9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
include:
- crystal: nightly
experimental: true
shard_file: shard.yml
shard_file: shard.edge.yml
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
steps:
Expand Down
13 changes: 13 additions & 0 deletions shard.edge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
dependencies:
avram:
github: luckyframework/avram
branch: main
carbon:
github: luckyframework/carbon
branch: main
lucky:
github: luckyframework/lucky
branch: main
lucky_env:
github: luckyframework/lucky_env
branch: main

0 comments on commit ac166c9

Please sign in to comment.