Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed May 16, 2023
1 parent d6cd8fa commit 1b0b2bf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.0.0
- uses: erlef/[email protected].4
- uses: actions/checkout@v3.5.1
- uses: erlef/[email protected].3
with:
otp-version: "23.2"
otp-version: "25.2"
gleam-version: "0.28.3"
- run: gleam test
rebar3-version: "3"
- run: gleam format --check src test
- run: gleam deps download
- run: gleam test

0 comments on commit 1b0b2bf

Please sign in to comment.