fortheck/.forgejo/workflows/test.yml
Alexander Wühr 083ceb9eba
Some checks failed
test / test (push) Failing after 18s
chore: setup forgejo test workflow - part V
2024-09-19 18:08:58 +02:00

25 lines
507 B
YAML

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
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