Skip to content

fylein/python-pytest-github-action

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

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Pytest GitHub Action

Github Action for Pytest with Python Slim Docker image (supports install of numpy and pandas and takes very less time to build)

Run any Pytest command using the action -

$ Pytest test/unit

Usage

- name: Python Pylin GitHub Action
  uses: fylein/python-pytest-github-action@v1
  with:
    args: pip3 install -r requirements.txt && pytest test/unit