Skip to content

Commit

Permalink
debug TEST_UPLOAD_CPU_PROFILE
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Sep 18, 2024
1 parent 58f5ae6 commit 2549c35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-e2e-tests-reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,12 @@ jobs:
- name: Show test configuration in logs
run: echo '${{ toJson(matrix.tests) }}' | jq .

- name: Show TEST_UPLOAD_CPU_PROFILE
run: echo '${{ matrix.tests.test_env_vars.TEST_UPLOAD_CPU_PROFILE }}'

- name: Show TEST_UPLOAD_MEM_PROFILE
run: echo '${{ matrix.tests.test_env_vars.TEST_UPLOAD_MEM_PROFILE }}'

- name: Run tests
id: run_tests
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@4f377a6b1cc07f0eca82745782736b4908a1da30 # v2.3.32
Expand Down

0 comments on commit 2549c35

Please sign in to comment.