From 333c89f74b5589f0a0bb50c97f92fd481ab3c4f0 Mon Sep 17 00:00:00 2001 From: anish-dhage <52619958+anish-dhage@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:39:40 -0400 Subject: [PATCH] Update test-app.yml --- .github/workflows/test-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-app.yml b/.github/workflows/test-app.yml index ea20706..68d650b 100644 --- a/.github/workflows/test-app.yml +++ b/.github/workflows/test-app.yml @@ -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: @@ -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 \ No newline at end of file + python -m unittest discover tests -p "test_app.py" # Change 'tests' to your test directory if different