cd to elixir dir for elixir cd
This commit is contained in:
parent
cf21b4cecc
commit
3badcf2401
1 changed files with 2 additions and 1 deletions
|
@ -8,9 +8,10 @@ jobs:
|
|||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- run: cd elixir
|
||||
- uses: erlef/setup-beam@v1
|
||||
with:
|
||||
version-file: .tool-versions
|
||||
version-type: strict
|
||||
- run: mix deps.get
|
||||
- run: mix test
|
||||
- run: mix test
|
||||
|
|
Loading…
Add table
Reference in a new issue