Skip to content

Commit

Permalink
Update test-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-dhage authored Nov 1, 2024
1 parent 267c8bf commit 333c89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-app.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python Flask Application
name: tests

on:
push:
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
- name: Run Unit Tests with unittest
run: |
python -m unittest discover tests -p "test_app.py" # Change 'tests' to your test directory if different
python -m unittest discover tests -p "test_app.py" # Change 'tests' to your test directory if different

0 comments on commit 333c89f

Please sign in to comment.