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 4ab4747 commit 455a443Copy full SHA for 455a443
.github/workflows/ci.yml
@@ -27,6 +27,9 @@ jobs:
27
steps:
28
- uses: actions/checkout@v3
29
- uses: erlef/setup-beam@v1
30
+ with:
31
+ elixir-version: ${{ matrix.elixir }}
32
+ otp-version: ${{ matrix.otp }}
33
- run: docker compose -f "test/compose_files/docker-compose-kafka-3.9.yml" up -d
34
- run: mix deps.get
35
- run: mix compile --warning-as-errors
0 commit comments