Skip to content

Commit 81ae959

Browse files
committed
just run the script
1 parent 7cb714d commit 81ae959

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,9 @@ jobs:
6565
--build-arg="CPP_SDK_VERSION=${{ steps.cpp-versions.outputs.sdk }}" \
6666
-t launchdarkly:${{ matrix.name }} -f ./examples/${{ matrix.name }}/Dockerfile .
6767
68-
- uses: launchdarkly/gh-actions/actions/verify-hello-app@51c75f5773413cfc59ea6af010be5fe70bc3be60
69-
name: 'Verify ${{ matrix.name}} example output'
70-
with:
71-
use_server_key: true
72-
role_arn: ${{ vars.AWS_ROLE_ARN_EXAMPLES }}
73-
command: ./scripts/run-docker-container.sh ${{ matrix.name }}
68+
- name: 'Verify ${{ matrix.name}} example output'
69+
run: |
70+
/scripts/run-docker-container.sh ${{ matrix.name }}
7471
7572
- name: Stop ${{ matrix.name }} container
7673
run: |

0 commit comments

Comments
 (0)