From d165e419219073c44fb8ce74ad169a01b486c81a Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Tue, 10 Dec 2019 17:59:40 +0000 Subject: Hello, world! --- .github/workflows/test.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/test.yml (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..6afde08 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,21 @@ +name: test + +on: + push: + branches: + - master + pull_request: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1.0.0 + - uses: gleam-lang/setup-erlang@v1.0.0 + with: + otp-version: 22.1 + - uses: gleam-lang/setup-gleam@v1.0.1 + with: + gleam-version: 0.5.0-rc1 + - run: rebar3 install_deps + - run: rebar3 eunit -- cgit v1.2.3