kmer/.forgejo/workflows/test.yml
Hamcha 1652a7283d
Some checks failed
test / test (push) Failing after 0s
more ci fixes
2024-11-30 15:55:08 +01:00

25 lines
510 B
YAML

name: test
on:
push:
branches:
- master
pull_request:
jobs:
test:
container:
image: ghcr.io/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