Skip to content

Commit

Permalink
install and then test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Apr 10, 2024
1 parent ad0ff66 commit 0e7412b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ jobs:
- name: Build ${{ env.PACKAGE_NAME }} + consumers
run: |
java -version
mvn -B test -Daws.crt.debugnative=true
mvn install -Dmaven.test.skip
mvn -B test -Daws.crt.debugnative=true
- name: configure AWS credentials (MQTT5)
uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;

import software.amazon.awssdk.crt.CRT;
import software.amazon.awssdk.awstest.EchoTestRPCServiceModel;
import software.amazon.awssdk.awstest.model.*;
import software.amazon.awssdk.crt.eventstream.Header;
Expand Down

0 comments on commit 0e7412b

Please sign in to comment.