chore: setup forgejo test workflow - part V
Some checks failed
test / test (push) Failing after 18s

This commit is contained in:
Alex 2024-09-19 18:08:58 +02:00
parent d3121301be
commit 083ceb9eba
Signed by: l-x
SSH key fingerprint: SHA256:MK3uQVPHEV0Oo2ry/dAqvVK3pAwegKAwSlyfgLd/yQM

View file

@ -9,6 +9,8 @@ on:
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: https://github.com/erlef/setup-beam@v1 - uses: https://github.com/erlef/setup-beam@v1