parent
085fb4e4e8
commit
76f24289bc
2 changed files with 2 additions and 7 deletions
1
.forgejo/containers/test/Dockerfile
Normal file
1
.forgejo/containers/test/Dockerfile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
FROM ghcr.io/gleam-lang/gleam:v1.3.2-erlang-alpine
|
|
@ -8,16 +8,10 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
container:
|
|
||||||
image: catthehacker/ubuntu:act-22.04
|
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: https://git.fromouter.space/hamcha/setup-beam@v1.18.2-forgejo.2
|
- run: https://github.com/asdf-vm/actions/install@v3
|
||||||
with:
|
|
||||||
container-image: ubuntu-22.04
|
|
||||||
version-file: .tool-versions
|
|
||||||
version-type: strict
|
|
||||||
- run: gleam deps download
|
- run: gleam deps download
|
||||||
- run: gleam test
|
- run: gleam test
|
||||||
- run: gleam format --check src test
|
- run: gleam format --check src test
|
||||||
|
|
Loading…
Reference in a new issue