Skip to content

Commit c5c2660

Browse files
committed
strip down build
1 parent b632632 commit c5c2660

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -75,29 +75,3 @@ jobs:
7575
name: testcontainers-cloud-log-file
7676
path: testcontainers-client.log
7777
retention-days: 30
78-
79-
# - name: Get Allure history
80-
# uses: actions/checkout@v3
81-
# if: always()
82-
# continue-on-error: true
83-
# with:
84-
# ref: gh-pages
85-
# path: gh-pages
86-
#
87-
# - name: Allure Report action from marketplace
88-
# uses: simple-elf/allure-report-action@master
89-
# if: always()
90-
# id: allure-report
91-
# with:
92-
# allure_results: target/allure-results
93-
# gh_pages: gh-pages
94-
# allure_report: allure-report
95-
# allure_history: allure-history
96-
#
97-
# - name: Deploy report to Github Pages
98-
# if: always()
99-
# uses: peaceiris/actions-gh-pages@v2
100-
# env:
101-
# PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102-
# PUBLISH_BRANCH: gh-pages
103-
# PUBLISH_DIR: allure-history

0 commit comments

Comments
 (0)