I’m trying to run Pulumi integration tests as a Gi...
# general
e
I’m trying to run Pulumi integration tests as a Github Action. When integration tests are run in Github, the results return extremely fast ~1 second. It should take about 20 minutes to run the test. I can run integration tests locally just fine. Does anyone have advice for running integration tests in Github Actions?
I did manage to get a better error message. Not sure how to fix it yet.
The solution was to set an environment variable
PULUMI_DISABLE_CI_DETECTION: "true"
👌 3