We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b632632 commit c5c2660Copy full SHA for c5c2660
.github/workflows/maven.yml
@@ -75,29 +75,3 @@ jobs:
75
name: testcontainers-cloud-log-file
76
path: testcontainers-client.log
77
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
90
-# id: allure-report
91
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
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