Skip to content

Commit

Permalink
fix(ci): pin cluacov version (#7624)
Browse files Browse the repository at this point in the history
  • Loading branch information
FWidm authored May 19, 2024
1 parent ca87ac7 commit ad60a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install busted
run: luarocks install busted
- name: Install cluacov
run: luarocks install cluacov
run: luarocks install cluacov 0.1.2-1
- name: Install coveralls integration
run: luarocks install luacov-coveralls
- name: Run tests
Expand Down

0 comments on commit ad60a7a

Please sign in to comment.