We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d993b commit 8cea1b2Copy full SHA for 8cea1b2
1 file changed
.github/e2e-tests.yml
@@ -150,7 +150,9 @@ runner-test-matrix:
150
- Nightly E2E Tests
151
test_cmd: cd integration-tests/ && go test smoke/ocr2_test.go -timeout 30m -count=1 -test.parallel=6 -json
152
pyroscope_env: ci-smoke-ocr2-evm-simulated
153
-
+ test_env_vars:
154
+ E2E_TEST_CHAINLINK_VERSION: '{{ env.DEFAULT_CHAINLINK_PLUGINS_VERSION }}' # This is the chainlink version that has the plugins
155
+
156
- id: smoke/ocr2_test.go:*-plugins
157
path: integration-tests/smoke/ocr2_test.go
158
test_env_type: docker
0 commit comments