Skip to content

Commit

Permalink
ci: update luarocks dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jan 15, 2025
1 parent 5bda252 commit d323a63
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ jobs:
luaRocksVersion: "3.11.1"
- name: Install dependencies
run: |
luarocks install luacheck
luarocks install busted
luarocks install luacov
luarocks install cluacov
luarocks install inspect
- name: Run tests and checks
luarocks install luacheck
luarocks install luacov
- name: Run checks and tests
run: |
luacheck --no-unused-args --std max+busted smiti18n spec
busted --verbose --coverage
busted
- name: Generate and show coverage report
run: |
luacov
Expand Down

0 comments on commit d323a63

Please sign in to comment.