diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 17fae2e..e6eeff2 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -44,7 +44,7 @@ jobs: - run: ls -la - run: mkdir reports - run: ls -la - - run: sudo unzip artifacts.zip -d reports + - run: 7z x artifacts.zip -d reports - run: mkdir old_pages pages_history && unzip pages.zip -d old_pages && tar -xvf old_pages/artifact.tar -C pages_history - run: cp pages_history/history/* reports && cp -r pages_history/history reports - name: Store allure history @@ -58,6 +58,7 @@ jobs: test: runs-on: ubuntu-latest + needs: download-history steps: - name: setup Python