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 9352bea commit 207d9f7
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 @@ -11,11 +11,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: erlef/setup-beam@v1.16.0
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "24.2.2"
gleam-version: "0.30.4"
- run: gleam format --check src test
gleam-version: "0.32.2"
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test

0 comments on commit 207d9f7

Please sign in to comment.