Skip to content

Commit

Permalink
Update run_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SiarheiZhachek authored Oct 16, 2024
1 parent 0cfe3ba commit 2ecad0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -58,6 +58,7 @@ jobs:

test:
runs-on: ubuntu-latest
needs: download-history

steps:
- name: setup Python
Expand Down

0 comments on commit 2ecad0e

Please sign in to comment.