Skip to content

Testing the Project #42

Testing the Project

Testing the Project #42

Workflow file for this run

name: Run Tests
run-name: Testing the Project
on: [push]
jobs:
Python-Tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Running tests
run: |
pip install pipenv
pipenv install
pipenv run tests