Skip to content

Commit

Permalink
fixed download history
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey authored and sergey committed Jul 23, 2024
1 parent a8b6dd8 commit 766acca
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
runs-on: ubuntu-latest
name: Download history
steps:
- name: setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: >
ARTIFACT_ID=$(curl -L
-H "Accept: application/vnd.github+json"
Expand All @@ -27,8 +31,7 @@ jobs:
-H "Authorization: Bearer ${{ secrets.TOKEN }}"
-H "X-GitHub-Api-Version: 2022-11-28"
https://api.github.com/repos/SiarheiZhachek/QA_diploma/actions/artifacts/$ARTIFACT_ID/zip
-o artifacts.zip
&&
-o artifacts.zip &&
REPORT_ID=$(curl -L
-H "Accept: application/vnd.github+json"
-H "X-GitHub-Api-Version: 2022-11-28"
Expand Down

0 comments on commit 766acca

Please sign in to comment.