Skip to content

Commit 4a29da5

Browse files
committed
Fix test pipeline by fixing rockspec name
1 parent 1c78b8f commit 4a29da5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: luarocks install luaunit
2727

2828
- name: Build luarock
29-
run: luarocks build streams-scm.rockspec.lua
29+
run: luarocks build streams-scm.rockspec
3030

3131
- name: Run regression tests
3232
run: luarocks test

0 commit comments

Comments
 (0)