From a0ae283e23a31eed655b0a0b6772421b93343572 Mon Sep 17 00:00:00 2001 From: evil_morfar <10189576+evil-morfar@users.noreply.github.com> Date: Fri, 20 Sep 2024 03:09:37 +0200 Subject: [PATCH] Attemp using busted's action again --- .github/workflows/busted.yml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/.github/workflows/busted.yml b/.github/workflows/busted.yml index 84b92f3a..de68e4d6 100644 --- a/.github/workflows/busted.yml +++ b/.github/workflows/busted.yml @@ -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 \ No newline at end of file + uses: lunarmodules/busted@v2.2.0 + with: + args: -- -f .busted --lpath="__tests/?.lua" -Xoutput --color \ No newline at end of file