aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-12-31 16:09:55 +0000
committerLouis Pilfold <louis@lpil.uk>2021-12-31 16:09:55 +0000
commitfae5c90afae5d474c0016894926ad8cb91430cd3 (patch)
tree599fb9e77abb41010dfc93804ad5ed74bfd2acf9 /.github/workflows/test.yml
parent0d1188631e400c1733ad893cc07bfb050bd9664f (diff)
downloadgleam_json-fae5c90afae5d474c0016894926ad8cb91430cd3.tar.gz
gleam_json-fae5c90afae5d474c0016894926ad8cb91430cd3.zip
Update CI
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml13
1 files changed, 5 insertions, 8 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3f29a77..cc8fbba 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -3,7 +3,6 @@ name: test
on:
push:
branches:
- - master
- main
pull_request:
@@ -12,12 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.0.0
- - uses: gleam-lang/setup-erlang@v1.1.0
+ - uses: erlef/setup-beam@v1
with:
- otp-version: 22.1
- - uses: gleam-lang/setup-gleam@v1.0.1
- with:
- gleam-version: 0.10.1
- - run: rebar3 install_deps
- - run: rebar3 eunit
+ otp-version: "24.2"
+ elixir-version: "1.13.1"
+ gleam-version: "0.18.2"
+ - run: gleam test
- run: gleam format --check src test