Skip to content

Commit

Permalink
fix(ci): update ci github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
defgenx committed Apr 12, 2024
1 parent ed915fd commit 5b576c9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.0
- uses: erlef/setup-beam@v1.13.0
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "25.1"
gleam-version: "0.24.0"
# elixir-version: "1.14.1"
- run: gleam format --check src test
otp-version: "26.0.2"
gleam-version: "1.0.0"
rebar3-version: "3"
# elixir-version: "1.15.4"
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test

0 comments on commit 5b576c9

Please sign in to comment.