Skip to content

Commit

Permalink
update 2024-11-06T16:53:34
Browse files Browse the repository at this point in the history
  • Loading branch information
qameta-ci committed Nov 6, 2024
1 parent 01fe9e2 commit 6bcb332
Show file tree
Hide file tree
Showing 6 changed files with 165 additions and 138 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/allure-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.2

- name: Set up Java 21
uses: actions/setup-java@v4.2.1
uses: actions/setup-java@v4.5.0
with:
java-version: 21
cache: 'maven'
Expand All @@ -26,23 +26,23 @@ jobs:
continue-on-error: true

- name: Setup Allure History
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.2
if: always()
continue-on-error: true
with:
ref: gh-pages
path: gh-pages

- name: Generate Allure Report
uses: simple-elf/allure-report-action@v1.9
uses: simple-elf/allure-report-action@v1.11
if: always()
with:
allure_results: target/allure-results
allure_history: allure-history

- name: Publish Allure Report
if: always()
uses: peaceiris/actions-gh-pages@v3.9.3
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
Expand Down
Binary file modified .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
6 changes: 4 additions & 2 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
wrapperVersion=3.3.2
distributionType=bin
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
Loading

0 comments on commit 6bcb332

Please sign in to comment.