Skip to content

Commit 0f4c985

Browse files
committed
NOPR - FOCONIS specific build fix
1 parent 037be86 commit 0f4c985

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,17 @@ jobs:
3131
path:
3232
~/.m2
3333
key: build-${{ env.cache-name }}
34+
- name: maven-settings
35+
uses: s4u/maven-settings-action@v2
36+
with:
37+
servers: '[{"id": "github-release", "username": "dummy", "password": "${GITHUB_TOKEN}"}]'
38+
githubServer: false
3439
- name: Maven version
3540
run: mvn --version
3641
# - name: Maven single test
3742
# run: mvn --batch-mode clean verify -Dtest="io.ebeaninternal.server.core.DefaultServer_getReferenceTest" -DfailIfNoTests=false
3843
- name: Build with Maven
39-
run: mvn -T 8 clean test
44+
run: mvn -T 8 clean test -Pgithub
45+
env:
46+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4047

0 commit comments

Comments
 (0)