We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c5966 commit ff3a757Copy full SHA for ff3a757
.github/workflows/busted.yml
@@ -24,9 +24,10 @@ jobs:
24
run: |
25
luarocks install --only-deps fluent-scm-0.rockspec
26
luarocks install busted
27
- luarocks install https://luarocks.org/manifests/moteus/luacov-coveralls-scm-0.rockspec
28
- luarocks install luafilesystem
29
luarocks install dkjson
+ luarocks install luafilesystem
+ luarocks install lua-path
30
+ luarocks install https://luarocks.org/manifests/moteus/luacov-coveralls-scm-0.rockspec
31
- name: Run Busted Tests
32
run: busted -c -v
33
- name: Report Test Coverage
0 commit comments