add github action testing
This commit is contained in:
17
.github/workflows/test.yml
vendored
Normal file
17
.github/workflows/test.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: [ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
# lix
|
||||
- uses: lix-pm/setup-lix@master
|
||||
with:
|
||||
lix-version: 15.12.0
|
||||
|
||||
- run: lix download
|
||||
- run: ./test.sh
|
Reference in New Issue
Block a user