From e039ae7b66fe37f6bd1621da6ec356e99885cd74 Mon Sep 17 00:00:00 2001 From: Abhijit Paul Date: Thu, 19 Oct 2023 13:01:20 +0530 Subject: [PATCH] Update and rename python-app.yml to test.yml --- .github/workflows/{python-app.yml => test.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{python-app.yml => test.yml} (98%) diff --git a/.github/workflows/python-app.yml b/.github/workflows/test.yml similarity index 98% rename from .github/workflows/python-app.yml rename to .github/workflows/test.yml index 715a982..9a6e076 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/test.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 application +name: Application Test on: push: