Skip to content

Commit

Permalink
Added print lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinKennedy committed Jan 11, 2025
1 parent 7c2d4d0 commit 9a6cfd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/actions/luarocks-rockspec-expander/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ local function main()
github_event_tbl = "",
})

print("Generated this rockspec")
print(rockspec)

OS.write_file(output_path, rockspec)

print(
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a6cfd9

Please sign in to comment.