Skip to content

Commit

Permalink
make eli available through env in ascend test
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Oct 5, 2024
1 parent 4d1245b commit 0dee322
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,9 @@ jobs:
path: ascend
- name: test ascend
run: |
cp release/eli-linux-x86_64 /usr/local/bin/eli
cd ascend/tests
../../release/eli-linux-x86_64 all.lua
eli all.lua
publish:
if: ${{ needs.prepare.outputs.NEEDS_RELEASE == 'true' }}
Expand Down

0 comments on commit 0dee322

Please sign in to comment.