chore: setup forgejo test workflow - part II
Some checks are pending
test / test (push) Waiting to run
Some checks are pending
test / test (push) Waiting to run
This commit is contained in:
parent
9781085689
commit
584a6562a7
1 changed files with 1 additions and 2 deletions
|
@ -3,13 +3,12 @@ name: test
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
|
||||||
- main
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: ubuntu24
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue