pine/.github/workflows/test.yml
wqtt 1f22b0f610
Some checks failed
test / test (push) Failing after 36s
chore(ci): use fqdn for github action
2024-07-30 01:01:47 -04:00

24 lines
468 B
YAML

name: test
on:
push:
branches:
- master
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: https://github.com/erlef/setup-beam@v1
with:
otp-version: "26.0.2"
gleam-version: "1.3.1"
rebar3-version: "3"
# elixir-version: "1.15.4"
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test