Skip to content

Commit

Permalink
update 2023-12-21T17:46:44
Browse files Browse the repository at this point in the history
  • Loading branch information
qameta-ci committed Dec 21, 2023
1 parent a31a4b6 commit 1b2cd55
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/allure-report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Allure Report
run-name: $ is creating Allure report 🚀
run-name: ${{ github.actor }} is creating Allure report 🚀

on:
push:
Expand Down Expand Up @@ -44,6 +44,6 @@ jobs:
if: always()
uses: peaceiris/[email protected]
with:
personal_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: allure-history
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Allure Example

> Example of Allure Report usage with spock, groovy v4.0 and Maven
> Example of Allure Report usage with spock, groovy 4.0 and Maven
<!--<img src="https://allurereport.org/public/img/allure-report.svg" alt="Allure Report logo" style="float: right" />-->

Expand All @@ -12,4 +12,4 @@

---

The generated report is available here: [https://allure-examples.github.io/spock-v4.0-maven](https://allure-examples.github.io/spock-v4.0-maven/)
The generated report is available here: [https://allure-examples.github.io/spock-groovy-4.0-maven](https://allure-examples.github.io/spock-groovy-4.0-maven/)
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.example.spock</groupId>
<artifactId>spock-v4.0-maven</artifactId>
<artifactId>spock-groovy-4.0-maven</artifactId>
<version>1.0-SNAPSHOT</version>

<properties>
Expand Down Expand Up @@ -95,7 +95,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
<configuration>
<testFailureIgnore>false</testFailureIgnore>
<argLine>
Expand Down Expand Up @@ -128,7 +128,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<release>21</release>
Expand Down

0 comments on commit 1b2cd55

Please sign in to comment.