We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c74ce commit 8e9bafaCopy full SHA for 8e9bafa
.github/workflows/test.yml
@@ -17,6 +17,10 @@ jobs:
17
uses: actions/setup-java@v1
18
with:
19
java-version: 11
20
+ - name: Update settings.xml
21
+ env:
22
+ SETTINGS_XML: ${{ secrets.SETTINGS_XML }}
23
+ run: mkdir -p "$HOME/.m2" && echo "$SETTINGS_XML" > "$HOME/.m2/settings.xml"
24
- uses: axel-op/agnostic-serverless-functions-java-package-action@main
25
env:
26
AGNOSTIC_FUNCTION_ADAPTER: ${{ matrix.faas-provider }}
0 commit comments