Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 6, 2023
1 parent fe3c454 commit 3f6a38e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.0.0
- uses: erlef/setup-beam@v1.15.2
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "25.1"
gleam-version: "0.30.4"
gleam-version: "0.32.2"
rebar3-version: "3"
- run: gleam format --check src test
- run: gleam test
- run: gleam format --check src test

0 comments on commit 3f6a38e

Please sign in to comment.