Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 827 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 827 Bytes

Elixir Test

Run the Elixir tests.

How-to Guides

Get Started

  1. Make sure actions/checkout action is used before this action.

  2. Add this action to your job in your workflow, here is an example:

    #...
    jobs:
      tests:
        name: Run Tests
        runs-on: ubuntu-latest
        steps:
          - uses: actions/checkout@v2 # checkout the repository first
          - uses: straw-hat-team/github-actions-workflows/elixir/test@master
            with:
              elixir-version: '1.11' # optional, fallback to use .tool-versions
              otp-version: '22.3' # optional, fallback to use .tool-versions
              version-type: 'loose' # optional, fallback to strict
              coverage: 'coveralls' # optional, tool used for coverage