microsoft / AL-Go

The plug-and-play DevOps solution for Business Central app development on GitHub
MIT License
295 stars 125 forks source link

[Question]: Deploy Test Apps to Environment #1309

Open carcallynx opened 4 days ago

carcallynx commented 4 days ago

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