Skip to content

Commit

Permalink
chore(ci): Disable use of local lua paths, test only with installed p…
Browse files Browse the repository at this point in the history
…aths

Co-authored-by: Thijs Schreijer <[email protected]>
  • Loading branch information
alerque and Tieske committed Aug 23, 2022
1 parent bb749d5 commit 540a39d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .busted
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
return {
default = {
verbose = true,
coverage = true,
output = "gtest",
},
}
3 changes: 2 additions & 1 deletion .github/workflows/busted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
luarocks make
- name: Run regression tests
run: busted -c -v
# disable the paths to force use of installed rockspec
run: busted -c -v --lpath="" --cpath="" --Xoutput "--color"'

- name: Report test coverage
if: success()
Expand Down

0 comments on commit 540a39d

Please sign in to comment.