chore: setup forgejo test workflow
Some checks failed
test / test (push) Failing after 7s

This commit is contained in:
Alex 2024-09-19 17:37:06 +02:00
parent 4587bee699
commit 9781085689
Signed by: l-x
SSH key fingerprint: SHA256:MK3uQVPHEV0Oo2ry/dAqvVK3pAwegKAwSlyfgLd/yQM

View file

@ -9,10 +9,10 @@ on:
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: docker
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: erlef/setup-beam@v1 - uses: https://github.com/erlef/setup-beam@v1
with: with:
otp-version: "26.0.2" otp-version: "26.0.2"
gleam-version: "1.4.1" gleam-version: "1.4.1"