fortheck/.forgejo/workflows/test.yml
Alexander Wühr 584a6562a7
Some checks are pending
test / test (push) Waiting to run
chore: setup forgejo test workflow - part II
2024-09-19 17:38:51 +02:00

22 lines
448 B
YAML

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