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