Skip to content

Commit f1c74ce

Browse files
committed
(fix) Set a required env variable to run the example
1 parent e42e2b6 commit f1c74ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
with:
1919
java-version: 11
2020
- uses: axel-op/agnostic-serverless-functions-java-package-action@main
21+
env:
22+
AGNOSTIC_FUNCTION_ADAPTER: ${{ matrix.faas-provider }}
2123
with:
2224
faas-provider: ${{ matrix.faas-provider }}
2325
function-name: example-function

0 commit comments

Comments
 (0)