Skip to content

Commit

Permalink
Attemp using busted's action again
Browse files Browse the repository at this point in the history
  • Loading branch information
evil-morfar committed Sep 20, 2024
1 parent 136086f commit a0ae283
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .github/workflows/busted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,20 @@ jobs:
with:
luaVersion: 5.1

- name: Setup luarocks
uses: leafo/gh-actions-luarocks@v4
# - name: Setup luarocks
# uses: leafo/gh-actions-luarocks@v4

- name: Setup dependencies
run: |
luarocks install luacov
luarocks install rxlua
luarocks install luabitop
luarocks install busted
# - name: Setup dependencies
# run: |
# luarocks install luacov
# luarocks install rxlua
# luarocks install luabitop
# luarocks install busted

# - name: Run Busted
# run: busted -f .busted --lpath="__tests/?.lua" -Xoutput --color

- name: Run Busted
run: busted -f .busted --lpath="__tests/?.lua" -Xoutput --color
uses: lunarmodules/[email protected]
with:
args: -- -f .busted --lpath="__tests/?.lua" -Xoutput --color

0 comments on commit a0ae283

Please sign in to comment.