Skip to content

Commit

Permalink
fix test on GHA by including whole git commit (#11)
Browse files Browse the repository at this point in the history
* fix test

Signed-off-by: Olivier Lamy <[email protected]>

* maven 3.9.9

Signed-off-by: Olivier Lamy <[email protected]>

* we need all history as we have a test for a id

---------

Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy authored Dec 10, 2024
1 parent 9452a04 commit cbcb394
Show file tree
Hide file tree
Showing 6 changed files with 351 additions and 451 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: '0'

- name: Set up JDK
uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Set up Maven
run: mvn --errors --batch-mode --show-version wrapper:wrapper -Dmaven="3.9.9"

- name: Build with Maven
run: ./mvnw clean install -e -B -V -fae
Expand Down
Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
5 changes: 3 additions & 2 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
# 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.3/apache-maven-3.9.3-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=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
Loading

0 comments on commit cbcb394

Please sign in to comment.