Skip to content

Commit

Permalink
pin versions + update gleam version
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Nov 23, 2024
1 parent 1e502f2 commit 9a0ddf5
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 @@ -11,13 +11,12 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: erlef/setup-beam@5304e04ea2b355f03681464e683d92e3b2f18451
with:
otp-version: "26.0.2"
gleam-version: "1.2.0"
gleam-version: "1.5.1"
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 9a0ddf5

Please sign in to comment.