Migrate from GitHub Actions to Forgejo Actions
This commit is contained in:
parent
a73af8d936
commit
fd90d78496
1 changed files with 4 additions and 4 deletions
29
.forgejo/workflows/test.yml
Normal file
29
.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,29 @@
|
|||
name: 'test'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: docker
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
lisp:
|
||||
- sbcl-bin
|
||||
- ccl-bin
|
||||
|
||||
env:
|
||||
LISP: ${{ matrix.lisp }}
|
||||
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- uses: https://github.com/40ants/setup-lisp@v4
|
||||
with:
|
||||
asdf-system: hsx
|
||||
- uses: https://github.com/40ants/run-tests@v2
|
||||
with:
|
||||
asdf-system: hsx
|
Loading…
Add table
Add a link
Reference in a new issue