Skip to content

Commit

Permalink
Fix output variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dricross committed Feb 5, 2025
1 parent 64287df commit bb08026
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-test-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
name: 'OutputEnvVariables'
runs-on: ubuntu-latest
outputs:
AGENT_S3_PATH : ${{ steps.set-outputs.outputs.AGENT_S3_PATH }}
CWA_GITHUB_TEST_REPO_NAME: ${{ steps.set-outputs.outputs.CWA_GITHUB_TEST_REPO_NAME }}
CWA_GITHUB_TEST_REPO_URL: ${{ steps.set-outputs.outputs.CWA_GITHUB_TEST_REPO_URL }}
CWA_GITHUB_TEST_REPO_BRANCH: ${{ steps.set-outputs.outputs.CWA_GITHUB_TEST_REPO_BRANCH }}
Expand Down Expand Up @@ -173,9 +174,9 @@ jobs:
run: |
cd test/test/cloudformation
echo s3://${{ needs.OutputEnvVariables.outputs.AGENT_S3_PATH }}
# go test -timeout 1h -package_path=s3://${{ needs.OutputEnvVariables.outputs.AGENT_S3_PATH }}/linux/amd64/amazon-cloudwatch-agent.rpm -iam_role=${CF_IAM_ROLE} -key_name=${CF_KEY_NAME} -metric_name=mem_used_percent
go test -timeout 1h -package_path=s3://${{ needs.OutputEnvVariables.outputs.AGENT_S3_PATH }}/linux/amd64/amazon-cloudwatch-agent.rpm -iam_role=${CF_IAM_ROLE} -key_name=${CF_KEY_NAME} -metric_name=mem_used_percent
# StartLocalStack:
# StartLocalStack:
# name: 'StartLocalStack'
# needs: [OutputEnvVariables]
# uses: ./.github/workflows/start-localstack.yml
Expand Down

0 comments on commit bb08026

Please sign in to comment.