From 50b30371a307652105982b1a97a77dbe689d529e Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 18 Dec 2024 02:42:17 -0300 Subject: [PATCH] ci: ensure we don't try installing old version of luasystem --- .github/workflows/build.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13721b4..7ce2825 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,15 +95,14 @@ jobs: with: luarocksVersion: "3.11.0" - - name: dependencies - run: | - luarocks install busted - - name: install run: | - luarocks remove --force luasystem luarocks make + - name: test dependencies + run: | + luarocks install busted + - name: test run: | busted --exclude-tags=manual --Xoutput "--color"