File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -36,23 +36,23 @@ jobs:
3636 - name : Build with Gradle
3737 run : ./gradlew build --no-daemon
3838
39- - name : Copy previous history
40- run : |
41- if [ -d allure-history ]; then
42- mkdir -p build/allure-results/history
43- cp -r allure-history/* build/allure-results/history/
44- fi
39+ # - name: Copy previous history
40+ # run: |
41+ # if [ -d allure-history ]; then
42+ # mkdir -p build/allure-results/history
43+ # cp -r allure-history/* build/allure-results/history/
44+ # fi
4545
4646 - name : Run tests
4747 run : ./gradlew clean test
4848
4949 - name : Generating Allure report
5050 run : ./gradlew allureReport
5151
52- - name : Save history for next runs
53- run : |
54- mkdir -p allure-history
55- cp -r build/reports/allure-report/allureReport/history/* allure-history/ || true
52+ # - name: Save history for next runs
53+ # run: |
54+ # mkdir -p allure-history
55+ # cp -r build/reports/allure-report/allureReport/history/* allure-history/ || true
5656
5757 - name : Deploy Allure Report to GitHub Pages
5858 uses : peaceiris/actions-gh-pages@v3
You can’t perform that action at this time.
0 commit comments