Skip to content

Commit

Permalink
try passing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Jan 10, 2024
1 parent 9cf1d56 commit 77bf39d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/live-testnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
name: toml_configs
path: ./toml_configs/toml_configs.zip
- name: Prepare Base64 network config
id: network_config
env:
EVM_KEYS: ${{ secrets.QA_EVM_KEYS }}
SEPOLIA_URLS: ${{ secrets.QA_SEPOLIA_URLS }}
Expand Down Expand Up @@ -181,6 +182,8 @@ jobs:
echo ::add-mask::$BASE64_NETWORK_CONFIG
echo "base64_network_config=$BASE64_NETWORK_CONFIG" >> $GITHUB_OUTPUT
echo "test_value=123" >> $GITHUB_OUTPUT
# End Build Test Dependencies

# Reporting Jobs
Expand Down Expand Up @@ -315,7 +318,10 @@ jobs:
PYROSCOPE_SERVER: ${{ secrets.QA_PYROSCOPE_INSTANCE }}
PYROSCOPE_ENVIRONMENT: ci-smoke-${{ matrix.product }}-sepolia
PYROSCOPE_KEY: ${{ secrets.QA_PYROSCOPE_KEY }}
TEST_VALUE: ${{ needs.build-tests.outputs.test_value }}
run: |
echo "TEST_VALUE=$TEST_VALUE"
echo "TEST_VALUE=${{ needs.build-tests.outputs.test_value }}"
if [ -n "$PYROSCOPE_SERVER" ]; then
pyroscope_enabled=true
else
Expand Down

0 comments on commit 77bf39d

Please sign in to comment.