This commit is contained in:
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@@ -8,22 +8,15 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
haxe-version: [4.3.0]
|
|
||||||
node-version: ['14']
|
|
||||||
python-version: ['3.x']
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
CI_OS_NAME: ${{ matrix.os }}
|
CI_OS_NAME: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- run: npm install @vscode/vsce
|
||||||
with:
|
- uses: https://k7izh9.gitea.cloud/kiss-lang/setup-lix@1.0.2
|
||||||
node-version: ${{ matrix.node-version }}
|
|
||||||
- run: npm install vsce
|
|
||||||
- uses: kiss-lang/setup-lix@main
|
|
||||||
with:
|
with:
|
||||||
lix-version: 15.12.0
|
lix-version: 15.12.0
|
||||||
- run: lix download
|
- run: lix download
|
||||||
- run: ./test.sh
|
- run: ./test.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user