Skip to content

Commit

Permalink
Add missing env vars in remote runner and fix lack of logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Jul 1, 2024
1 parent 0e848db commit 63e2b2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-e2e-tests-reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
aws-role-arn: ${{ secrets.AWS_OIDC_IAM_ROLE_VALIDATION_PROD_ARN }}
api-gateway-host: ${{ secrets.AWS_API_GW_HOST_GRAFANA }}
duplicate-authorization-header: "true"

- name: Run tests
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@af92c5fae8dcf1659201e907db82d221fc304b94 # v2.3.21
with:
Expand Down Expand Up @@ -344,6 +344,8 @@ jobs:
# We can comment these out when we have a stable soak test and aren't worried about resource consumption
TEST_UPLOAD_CPU_PROFILE: true
TEST_UPLOAD_MEM_PROFILE: true
TEST_LOG_LEVEL: debug
REF_NAME: ${{ github.head_ref || github.ref_name }}
with:
test_command_to_run: ${{ matrix.tests.testCmd }}
test_download_vendor_packages_command: make gomod
Expand Down

0 comments on commit 63e2b2c

Please sign in to comment.