Skip to content

Commit

Permalink
chore: update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
okkdev committed Jun 4, 2024
1 parent 2bb0436 commit 0fc0947
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,12 +11,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.1
- uses: erlef/setup-beam@v1.15.3
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "27"
otp-version: "26"
gleam-version: "1.2.0"
rebar3-version: "3"
- run: gleam format --check src test
- run: gleam deps download
- run: gleam test

0 comments on commit 0fc0947

Please sign in to comment.