fix: add missing versions in tests workflow
Some checks failed
Run tests / test-project (push) Failing after 19s
Some checks failed
Run tests / test-project (push) Failing after 19s
This commit is contained in:
@@ -10,6 +10,9 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install elixir
|
- name: Install elixir
|
||||||
uses: erlef/setup-beam@v1
|
uses: erlef/setup-beam@v1
|
||||||
|
with:
|
||||||
|
otp-version: '28'
|
||||||
|
elixir-version: '1.18'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: mix deps.get
|
run: mix deps.get
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
Reference in New Issue
Block a user