diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index e360446..87c2ee4 100755 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -38,9 +38,8 @@ jobs: - name: 5. Perform Unit Inquisition (Busted) run: | echo "Initiating unit tests..." - export LUA_PATH="$(luarocks path --lua-path);$LUA_PATH" cp lib/json.lua skyweave/ - busted --lua=lua5.1 -o spec --verbose spec/ + busted --lua=lua5.1 --verbose spec/ deploy-to-device: name: Deploy to Roof Unit