Skip to content

Commit 6b32bf9

Browse files
committed
fix(ci): keep files
1 parent e8df3fe commit 6b32bf9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/gradle.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)