Skip to content

Commit

Permalink
Fix ci (#3)
Browse files Browse the repository at this point in the history
* fix cil

* fix cil

* fix cil

* fix cil

* fix cil
  • Loading branch information
zemuldo authored Sep 4, 2023
1 parent f5d6fcb commit b12a604
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-elixir@v1
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
elixir-version: ${{ env.ELIXIR_VERSION }}
otp-version: ${{ env.OTP_VERSION }}
experimental-otp: true
elixir-version: ${{ env.ELIXIR_VERSION }}
- run: echo 'JAVA=SCRIPT\nER=LANG' > .env
- run: mix deps.get
- run: mix test
Expand Down

0 comments on commit b12a604

Please sign in to comment.