Skip to content

Commit

Permalink
minor changes to test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
group117 committed Jul 5, 2024
2 parents 3326108 + 31bde8b commit 29701fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Pytest_Pep8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
- name: Test with pytest
run: |
pip install pytest
pytest qBnB_test/*
# pytest qBnB_test/*
# REPLACE WITH VALID TEST DIRECTORY ONCE IN TESTING PHASE
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# MedicationReminderApp

![example workflow](https://github.com/SylvieAsija/MedicationReminderApp/actions/workflows/Pytest_Pep8.yml/badge.svg?branch=main)
![example workflow](https://github.com/SylvieAsija/MedicationReminderApp/actions/workflows/flutter_linter.yml/badge.svg?branch=main)

Frontend Design: Figma
Frontend/Backend SDK: Flutter
Database: TBD
Expand Down

0 comments on commit 29701fd

Please sign in to comment.