7777 ACCOUNT_NAME : " "
7878 CORE_URL : ${{ steps.setup-core.outputs.service_url }}
7979 run : |
80- pytest -o log_cli=true -o log_cli_level=WARNING tests/integration -k "core" --alluredir=allure-results/
80+ pytest -o log_cli=true -o log_cli_level=WARNING tests/integration -k "core" --alluredir=allure-results/
8181
8282 - name : Run integration tests HTTPS
8383 env :
@@ -90,35 +90,16 @@ jobs:
9090 ACCOUNT_NAME : " "
9191 CORE_URL : ${{ steps.setup-core.outputs.service_https_url }}
9292 run : |
93- pytest -o log_cli=true -o log_cli_level=WARNING tests/integration -k "core" --alluredir=allure-results-https/
93+ pytest -o log_cli=true -o log_cli_level=WARNING tests/integration -k "core" --alluredir=allure-results-https/
9494
95- # Need to pull the pages branch in order to fetch the previous runs
96- - name : Get Allure history
97- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
98- if : always()
99- continue-on-error : true
100- with :
101- ref : gh-pages
102- path : gh-pages
103-
104- - name : Allure Report
105- uses : firebolt-db/action-allure-report@781b4529b67b4f393c63d7dc1e098cb558e1ab16 # v1.4.1
106- if : always()
107- continue-on-error : true
108- with :
109- github-key : ${{ secrets.GITHUB_TOKEN }}
110- test-type : core
111- allure-dir : allure-results
112- pages-branch : gh-pages
113- repository-name : python-sdk
114-
115- - name : Allure Report HTTPS
116- uses : firebolt-db/action-allure-report@781b4529b67b4f393c63d7dc1e098cb558e1ab16 # v1.4.1
95+ - name : Allure Reports
96+ uses : firebolt-db/action-allure-report@891ff9e619a844dd484106b94aaf4aae4c5c87e2 # v2.0.0
11797 if : always()
118- continue-on-error : true
11998 with :
120- github-key : ${{ secrets.GITHUB_TOKEN }}
121- test-type : core_https
122- allure-dir : allure-results-https
99+ github-token : ${{ github.token }}
123100 pages-branch : gh-pages
124- repository-name : python-sdk
101+ mapping-json : |
102+ {
103+ "allure-results": "core",
104+ "allure-results-https": "core_https"
105+ }
0 commit comments