Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #175 from galasa-dev/maven-cache
Browse files Browse the repository at this point in the history
Test build without the maven cache line
  • Loading branch information
jadecarino authored Sep 13, 2024
2 parents f8574b4 + 4fe83b6 commit c148a7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
with:
java-version: '17'
distribution: 'semeru'
cache: maven

- name: Print githash
working-directory: obr
Expand Down Expand Up @@ -227,7 +226,6 @@ jobs:
with:
java-version: '17'
distribution: 'semeru'
cache: maven

- name: Make secrets directory
run : |
Expand Down Expand Up @@ -387,7 +385,6 @@ jobs:
with:
java-version: '17'
distribution: 'semeru'
cache: maven

- name: Make secrets directory
run : |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
with:
java-version: '17'
distribution: 'semeru'
cache: maven

- name: Print githash
working-directory: obr
Expand Down Expand Up @@ -188,7 +187,6 @@ jobs:
with:
java-version: '17'
distribution: 'semeru'
cache: maven

- name: Make secrets directory
run : |
Expand Down Expand Up @@ -314,7 +312,6 @@ jobs:
with:
java-version: '17'
distribution: 'semeru'
cache: maven

- name: Build Galasa OBR generic pom.xml with maven
working-directory: ${{ github.workspace }}/obr/obr-generic
Expand Down

0 comments on commit c148a7d

Please sign in to comment.