From 6578a91f4f3ea0f1fda6a07758667b6a7060a909 Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Mon, 16 Jun 2025 23:20:00 -0400 Subject: [PATCH] annnnnd pissed off Busted again... --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 91d2479..208d76c 100755 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: run: | echo "Initiating unit tests..." cp lib/json.lua skyweave/ - busted --lua=lua5.1 -o pretty --verbose spec/ + busted --lua=lua5.1 -o tap --verbose spec/ deploy-to-device: name: Deploy to Roof Unit