From 67aacb27af339bf61b240440327fe1f1ddbe7ba7 Mon Sep 17 00:00:00 2001 From: GT <77ripdrive@gmail.com> Date: Thu, 7 Jan 2021 19:42:27 +0300 Subject: [PATCH] fix for actions --- .github/workflows/poetry.yml | 6 ++++-- .gitignore | 3 +++ asset/data_test_negative.csv | 4 ---- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 asset/data_test_negative.csv diff --git a/.github/workflows/poetry.yml b/.github/workflows/poetry.yml index 9e15cbe..c13f776 100644 --- a/.github/workflows/poetry.yml +++ b/.github/workflows/poetry.yml @@ -21,8 +21,10 @@ jobs: poetry install - name: Test with pytest - run: | - poetry run pytest --alluredir=allure-results + if: always() + run: poetry run pytest --alluredir=allure-results + continue-on-error: true + - name: Allure results uses: simple-elf/allure-report-action@master if: always() diff --git a/.gitignore b/.gitignore index ae61a53..7bdc309 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,6 @@ venv.bak/ *.iml !.gitignore !.pre-commit-config.yaml + +# Allure +.allure-results/ diff --git a/asset/data_test_negative.csv b/asset/data_test_negative.csv deleted file mode 100644 index 6c38c9e..0000000 --- a/asset/data_test_negative.csv +++ /dev/null @@ -1,4 +0,0 @@ -productId,productName,price,tags -2, apple, two, green -one, banana, 30, grey -4,one,20,green