Skip to content

Commit

Permalink
fix: Update behave_pull_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad authored Jan 29, 2025
1 parent 4005024 commit 6343348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/behave_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ jobs:
# Move the files from the correct location and delete unnecessary folders
- name: Move files to the correct location
run: |
mkdir -p 3.12/partial # Ensure the target directory exists
mv temp_extracted/allure-history-partial/* allure-history-partial/ # Move files to the target directory
mkdir -p allure-history-partial/3.12 # Ensure the target directory exists
mv temp_extracted/allure-history-partial/* allure-history-partial/3.12/ # Move files to the target directory
rm -rf temp_extracted # Clean up the temporary extraction folder
# Remove the tar reports
Expand Down

0 comments on commit 6343348

Please sign in to comment.