We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb714d commit 81ae959Copy full SHA for 81ae959
.github/workflows/ci.yml
@@ -65,12 +65,9 @@ jobs:
65
--build-arg="CPP_SDK_VERSION=${{ steps.cpp-versions.outputs.sdk }}" \
66
-t launchdarkly:${{ matrix.name }} -f ./examples/${{ matrix.name }}/Dockerfile .
67
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 }}
+ - name: 'Verify ${{ matrix.name}} example output'
+ run: |
+ /scripts/run-docker-container.sh ${{ matrix.name }}
74
75
- name: Stop ${{ matrix.name }} container
76
run: |
0 commit comments