Skip to content

Commit

Permalink
Update test-with-allure-report.yml: fix copying of files
Browse files Browse the repository at this point in the history
  • Loading branch information
aqualityAutomation committed Apr 15, 2024
1 parent 5d8e53a commit 033f379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-with-allure-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Copy TestNG allure result to the Cucumber allure result
if: always()
run: cp -r ${{ env.TESTNG_ALLURE_RESULTS }}. ${{ env.CUCUMBER_ALLURE_RESULTS }}
run: cp -r ${{ env.TESTNG_ALLURE_RESULTS }}/. ${{ env.CUCUMBER_ALLURE_RESULTS }}

- name: Get Allure history
uses: actions/checkout@v2
Expand Down

0 comments on commit 033f379

Please sign in to comment.