merge in kiss-tools
Some checks failed
CI / test-core (14, ubuntu-latest, 3.x, js) (push) Failing after 1m47s
CI / test-core (14, ubuntu-latest, 3.x, py) (push) Failing after 3m3s
CI / test-core (14, ubuntu-latest, 3.x, interp) (push) Failing after 1m52s
CI / test-core (14, ubuntu-latest, 3.x, nodejs) (push) Failing after 2m47s
CI / test (push) Failing after 52s
CI / test-core (14, ubuntu-latest, 3.x, cpp) (push) Failing after 1m52s
Some checks failed
CI / test-core (14, ubuntu-latest, 3.x, js) (push) Failing after 1m47s
CI / test-core (14, ubuntu-latest, 3.x, py) (push) Failing after 3m3s
CI / test-core (14, ubuntu-latest, 3.x, interp) (push) Failing after 1m52s
CI / test-core (14, ubuntu-latest, 3.x, nodejs) (push) Failing after 2m47s
CI / test (push) Failing after 52s
CI / test-core (14, ubuntu-latest, 3.x, cpp) (push) Failing after 1m52s
This commit is contained in:
17
.github/workflows/kiss-tools-test.yml
vendored
Normal file
17
.github/workflows/kiss-tools-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: https://k7izh9.gitea.cloud/kiss-lang/setup-lix@1.0.2
|
||||
with:
|
||||
lix-version: 15.12.0
|
||||
|
||||
- run: lix download
|
||||
- run: ./kiss-tools-test.sh
|
||||
Reference in New Issue
Block a user