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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
runs-on: ubuntu24
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/erlef/setup-beam@v1
|
||||
|
|
Loading…
Reference in a new issue