Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bombsimon committed May 26, 2024
1 parent 84e9f1b commit 55b8320
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
---
name: test

on:
push:
branches:
- master
- main
pull_request:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.0.0
- uses: gleam-lang/setup-erlang@v1.1.0
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: 22.1
- uses: gleam-lang/[email protected]
with:
gleam-version: 0.12.0
- run: rebar3 install_deps
- run: rebar3 eunit
otp-version: "26"
gleam-version: "1.1"
rebar3-version: "3"
- run: gleam test
- run: gleam format --check src test

0 comments on commit 55b8320

Please sign in to comment.