Skip to content

louisroyer-gh-actions/busted

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua Busted (Alpine)

This Action is running Lua Busted apk from an Alpine based Docker image.

For upstream Lua Busted Action, see lunarmodules/busted.

Versionning of this action is unrelated of the version of Busted actually used (which depends on what has been packaged by Alpine maintainers).

Example workflow use:

- name: Run busted
  uses: louisroyer-gh-actions/busted@v1.1.2
  with:
      args: .

Note: Code coverage analysis is NOT supported (luacov is not installed).

Packages

 
 
 

Contributors