diff --git a/.gitea/workflows/playwright.yml b/.gitea/workflows/behave.yml similarity index 87% rename from .gitea/workflows/playwright.yml rename to .gitea/workflows/behave.yml index ab475bc..71543c5 100644 --- a/.gitea/workflows/playwright.yml +++ b/.gitea/workflows/behave.yml @@ -1,4 +1,4 @@ -name: Pylint +name: behave on: [ push ] @@ -20,6 +20,6 @@ jobs: python -m pip install -r requirements.txt playwright install playwright install chrome - - name: Analysing the code with pylint + - name: Run cucumber playwright tests run: | behave diff --git a/.gitea/workflows/pytests.yml b/.gitea/workflows/pytests.yml index dd63eb5..0c0f1ef 100644 --- a/.gitea/workflows/pytests.yml +++ b/.gitea/workflows/pytests.yml @@ -1,4 +1,4 @@ -name: Pytests +name: pytest on: [ push ] @@ -21,6 +21,6 @@ jobs: python -m pip install -r requirements.txt playwright install playwright install chrome - - name: Analysing the code with pylint + - name: Run pytest playwright tests run: | pytest