Skip to content

Commit

Permalink
#470 - WIP.
Browse files Browse the repository at this point in the history
 - Testing first step.
  • Loading branch information
khmarbaise committed May 30, 2024
1 parent fce4f34 commit 478bf70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-m4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: hb0730/maven-action@v1.0.1
with:
maven-version: 4.0.0
url: https://repo1.maven.org/maven2/org/apache/maven/apache-maven/4.0.0-alpha-13/apache-maven-4.0.0-alpha-13-bin.tar.gz
url: https://repo1.maven.org/maven2/org/apache/maven/apache-maven/4.0.0-beta-3/apache-maven-4.0.0-beta-3-bin.tar.gz
- name: Build with Maven
run: mvn verify -Prun-its -e -B -V --no-transfer-progress

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-issue-m4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
uses: hb0730/maven-action@v1.0.1
with:
maven-version: 4.0.0
url: https://repo1.maven.org/maven2/org/apache/maven/apache-maven/4.0.0-alpha-13/apache-maven-4.0.0-alpha-13-bin.tar.gz
url: https://repo1.maven.org/maven2/org/apache/maven/apache-maven/4.0.0-beta-3/apache-maven-4.0.0-beta-3-bin.tar.gz
- name: "Building with Maven."
run: mvn verify -e -B -V --no-transfer-progress

0 comments on commit 478bf70

Please sign in to comment.