Skip to content

Commit

Permalink
add luvi to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luttje committed May 4, 2023
1 parent fe78a58 commit 262e15c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
sudo chmod +x /usr/local/bin/lit
sudo cp luvit /usr/local/bin/luvit
sudo chmod +x /usr/local/bin/luvit
sudo cp luvi /usr/local/bin/luvi
sudo chmod +x /usr/local/bin/luvi
- name: Build the Lit binary
run: npm run build:lit
- name: Rename the Lit binary
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
sudo chmod +x /usr/local/bin/lit
sudo cp luvit /usr/local/bin/luvit
sudo chmod +x /usr/local/bin/luvit
sudo cp luvi /usr/local/bin/luvi
sudo chmod +x /usr/local/bin/luvi
- name: Install LuaCov
run: luarocks install luacov
- name: Install the LuaCov LCOV reporter
Expand Down

0 comments on commit 262e15c

Please sign in to comment.