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