The IBMQ tests are being skipped whenever the IBMQX_TOKEN_TEST environment variable is not defined (or with a recent upcoming change is an empty string).
The secret defined in GitHub actions that would pass an IBMQ token to this variable is not being exposed whenever a PR is opened from a fork. Consequently, integration tests using IBMQ are not being run when an external contributor makes a PR.
It would be great to find a way such that such integration tests are run for external contributions too.
The IBMQ tests are being skipped whenever the
IBMQX_TOKEN_TESTenvironment variable is not defined (or with a recent upcoming change is an empty string).The secret defined in GitHub actions that would pass an IBMQ token to this variable is not being exposed whenever a PR is opened from a fork. Consequently, integration tests using IBMQ are not being run when an external contributor makes a PR.
It would be great to find a way such that such integration tests are run for external contributions too.