kmer/.forgejo/workflows/test.yml
Hamcha a597b1469d
Some checks failed
test / test (push) Failing after 23s
im getting sick of this...
2024-11-30 15:56:58 +01:00

25 lines
502 B
YAML

name: test
on:
push:
branches:
- master
pull_request:
jobs:
test:
container:
image: catthehacker/ubuntu:act-22.04
runs-on: docker
env:
ImageOS: ubuntu22
steps:
- uses: actions/checkout@v4
- uses: https://github.com/erlef/setup-beam@v1
with:
otp-version: "27.1.2"
gleam-version: "1.6.2"
rebar3-version: "3"
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test