diff --git a/.github/actions/luarocks-rockspec-expander/main.lua b/.github/actions/luarocks-rockspec-expander/main.lua index 0c4befa..0c9cc26 100644 --- a/.github/actions/luarocks-rockspec-expander/main.lua +++ b/.github/actions/luarocks-rockspec-expander/main.lua @@ -81,6 +81,9 @@ local function main() github_event_tbl = "", }) + print("Generated this rockspec") + print(rockspec) + OS.write_file(output_path, rockspec) print( diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 159c4d5..6af6c73 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,6 @@ jobs: - name: Build Test Dependencies run: | - cat plugin-template-scm-1.rockspec luarocks test plugin-template-scm-1.rockspec --prepare - name: Test