...
Some checks failed
test / test (push) Failing after 3s

This commit is contained in:
Hamcha 2024-11-30 16:30:55 +01:00
parent 085fb4e4e8
commit 76f24289bc
Signed by: hamcha
GPG key ID: 1669C533B8CF6D89
2 changed files with 2 additions and 7 deletions

View file

@ -0,0 +1 @@
FROM ghcr.io/gleam-lang/gleam:v1.3.2-erlang-alpine

View file

@ -8,16 +8,10 @@ on:
jobs:
test:
container:
image: catthehacker/ubuntu:act-22.04
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: https://git.fromouter.space/hamcha/setup-beam@v1.18.2-forgejo.2
with:
container-image: ubuntu-22.04
version-file: .tool-versions
version-type: strict
- run: https://github.com/asdf-vm/actions/install@v3
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test