Skip to content

Commit

Permalink
Publishing to github
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jun 7, 2024
1 parent b35617c commit c905869
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ jobs:
# Unpack the archive into the gh-pages directory
mkdir gh-pages
tar -xzf "$temp_dir/allure-report.tar.gz" -C gh-pages
tar -xzf "$temp_dir/allure-report.tar.gz" -C gh-pages
mv gh-pages/* .
else
echo "Allure directory not found or is empty."
fi
Expand Down

0 comments on commit c905869

Please sign in to comment.