Skip to content

Commit 09bd0a8

Browse files
committed
Run tests on CI
1 parent 1d26889 commit 09bd0a8

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,21 @@ name: CI
33
on:
44
push:
55
branches:
6-
- '*'
6+
- 'master'
7+
- 'v*.*.*'
78
pull_request:
89

910
jobs:
1011
test:
1112
runs-on: ubuntu-latest
12-
container:
13-
image: erlang:22.1
1413
steps:
15-
- uses: actions/checkout@v1
16-
- run: rebar3 compile
14+
- uses: actions/[email protected]
15+
- uses: gleam-lang/[email protected]
16+
with:
17+
otp-version: 22.1
18+
- uses: gleam-lang/[email protected]
19+
with:
20+
# gleam-version: 0.4.2
21+
gleam-version: ref:master
22+
- run: rebar3 install_deps
1723
- run: rebar3 eunit

0 commit comments

Comments
 (0)