You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an attempt to reduce the minutes consumed when running the CI/CD action, I have all actions using "runs-on": "ubuntu-latest" and "githubRunner": "ubuntu-latest"; this working fine and save a considerable amount of minutes. I am also deploying to a sandbox environment after the Build.
However, using these settings means any test apps are not run and the apps are only deployed to the sandbox. Is there a method for automatically deploying the test apps to the sandbox? I could then run them manually using the Test Tool.
Any advice would be appreciated.
Regards,
Michael
The text was updated successfully, but these errors were encountered:
Question
In an attempt to reduce the minutes consumed when running the CI/CD action, I have all actions using
"runs-on": "ubuntu-latest"
and"githubRunner": "ubuntu-latest"
; this working fine and save a considerable amount of minutes. I am also deploying to a sandbox environment after the Build.However, using these settings means any test apps are not run and the apps are only deployed to the sandbox. Is there a method for automatically deploying the test apps to the sandbox? I could then run them manually using the Test Tool.
Any advice would be appreciated.
Regards,
Michael
The text was updated successfully, but these errors were encountered: