Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ffigiel committed Sep 17, 2023
1 parent d0b2d69 commit 80c94b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- uses: actions/[email protected]
- uses: erlef/[email protected]
with:
otp-version: ">25.3"
otp-version: "25.3"
gleam-version: ">0.28.1"
rebar3-version: ">3.20.0"
rebar3-version: "3.20.0"
- run: gleam format --check src test
- run: gleam deps download
- run: gleam test

0 comments on commit 80c94b9

Please sign in to comment.