Skip to content

Commit 3ffedf5

Browse files
author
Stefan Botez
committed
Revise GitHub workflows
1 parent b667a24 commit 3ffedf5

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/aws-lambda-java-runtime-interface-client.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@ jobs:
2424
uses: actions/setup-java@v1
2525
with:
2626
java-version: 1.8
27-
28-
# Install base modules
29-
- name: Build core with Maven
30-
run: mvn -B install --file aws-lambda-java-core/pom.xml
31-
- name: Build serialization with Maven
32-
run: mvn -B install --file aws-lambda-java-serialization/pom.xml
27+
3328
# Test Runtime Interface Client
3429
- name: Run 'pr' target
3530
working-directory: ./aws-lambda-java-runtime-interface-client

.github/workflows/aws-lambda-java-serialization.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
# Install base module
2929
- name: Build events with Maven
3030
run: mvn -B install --file aws-lambda-java-events/pom.xml
31-
# Install target module
31+
# Package target module
3232
- name: Build serialization with Maven
33-
run: mvn -B install --file aws-lambda-java-serialization/pom.xml
33+
run: mvn -B package --file aws-lambda-java-serialization/pom.xml
3434

3535
# Test Runtime Interface Client
3636
- name: Run 'pr' target

0 commit comments

Comments
 (0)