Skip to content

wake-ua/test-github-actions

Repository files navigation

Test GitHub Actions

This project has been developed to test the GitHub Actions as part of a CI/DC workflow.

Installation

  • Clone the repo
    sh git clone https://github.com/wake-ua/test-github-actions.git
  • Create a virtual environment (recommended)
    python3 -m venv myenv
    source myenv/bin/activate
  • Install pip modules from requirements.txt
    pip install -r requirements.txt
  • Run the tests
    pytest --cov --cov-report term-missing

Starting the App

Save the dotenv file as '.env' and set the desired PORT and HOST variables.

Run the app

   fastapi dev main.py

About

Test GitHub Actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published