Skip to content

Commit

Permalink
updated eli proc extra and added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Oct 5, 2024
1 parent 14f370d commit 3052bf9
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
17 changes: 16 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,25 @@ jobs:
cd ami
../release/eli-linux-x86_64 tests/all.lua
test-ascend:
runs-on: ubuntu-latest
needs: [build-linux-x86_64]
steps:
- uses: actions/checkout@v4
- uses: "./.github/template/prepare-test"
- uses: actions/checkout@v4
with:
repository: alis-is/ascend
path: ascend
- name: test ascend
run: |
cd ascend/tests
../../release/eli-linux-x86_64 all.lua
publish:
if: ${{ needs.prepare.outputs.NEEDS_RELEASE == 'true' }}
runs-on: ubuntu-latest
needs: [test-windows, test-linux, test-macos, test-ami, prepare]
needs: [test-windows, test-linux, test-macos, test-ami, test-ascend, prepare]
steps:
- uses: actions/checkout@v4

Expand Down
17 changes: 16 additions & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,19 @@ jobs:
- name: test ami
run: |
cd ami
../release/eli-linux-x86_64 tests/all.lua
../release/eli-linux-x86_64 tests/all.lua
test-ascend:
runs-on: ubuntu-latest
needs: [build-linux-x86_64]
steps:
- uses: actions/checkout@v4
- uses: "./.github/template/prepare-test"
- uses: actions/checkout@v4
with:
repository: alis-is/ascend
path: ascend
- name: test ascend
run: |
cd ascend/tests
../../release/eli-linux-x86_64 all.lua
2 changes: 1 addition & 1 deletion config.hjson
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
version: 0.34.6
version: 0.34.7
global_modules: false //disables global modules loading (only looks up for modules in cwd)
minify: true
compress: true
Expand Down
2 changes: 1 addition & 1 deletion deps/eli-proc-extra

0 comments on commit 3052bf9

Please sign in to comment.