Skip to content

Commit

Permalink
Enable gg discovery in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed May 21, 2024
1 parent 0ecdc87 commit 7747ff9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,16 @@ jobs:
with:
role-to-assume: ${{ env.CI_GREENGRASS_INSTALLER_ROLE }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}
- name: Running Greengrass basic discovery sample
working-directory: ./aws-iot-device-sdk-cpp-v2/samples/greengrass/basic_discovery
run: |
gdk component build
gdk test-e2e build
gdk test-e2e run
echo "Test logs"
echo "========"
cat testResults/gg*/software.amazon.awssdk.sdk-gg-ipc.log
echo "========"
- name: Running Greengrass IPC sample
working-directory: ./aws-iot-device-sdk-cpp-v2/samples/greengrass/ipc
run: |
Expand Down

0 comments on commit 7747ff9

Please sign in to comment.