Skip to content

Commit

Permalink
pass CHAINLINK_USER_TEAM env var to Solana e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Dec 11, 2024
1 parent ab5a986 commit d12e63e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ jobs:
results='${{ needs.run-core-e2e-tests-for-pr.outputs.test_results }}'
echo "Core test results:"
echo "$results" | jq .
node_migration_tests_failed=$(echo $results | jq '[.[] | select(.id == "integration-tests/migration/upgrade_version_test.go:*" ) | select(.result != "success")] | length > 0')
echo "node_migration_tests_failed=$node_migration_tests_failed" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -730,6 +730,7 @@ jobs:
env:
E2E_TEST_CHAINLINK_IMAGE: ${{ env.CHAINLINK_IMAGE }}
E2E_TEST_SOLANA_SECRET: thisisatestingonlysecret
CHAINLINK_USER_TEAM: "BIX"

- name: Upload Coverage Data
uses: actions/[email protected]
Expand Down

0 comments on commit d12e63e

Please sign in to comment.