-
Notifications
You must be signed in to change notification settings - Fork 910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run integration tests on a nightly basis #3117
Comments
2 tasks
Windos
added a commit
to Windos/choco
that referenced
this issue
Apr 14, 2023
Adds the TeamCity schedule trigger feature and adjusts the Call Cake build step to adjust the testExecutionType based on how the build was triggered.
Windos
added a commit
to Windos/choco
that referenced
this issue
Apr 14, 2023
Change the push and pull_request GitHub workflow to only run unit tests. There is a scheduled workflow already which runs all tests.
Windos
added a commit
to Windos/choco
that referenced
this issue
Apr 14, 2023
Adds the TeamCity schedule trigger feature and adjusts the Call Cake build step to adjust the testExecutionType based on how the build was triggered.
Windos
added a commit
to Windos/choco
that referenced
this issue
Apr 14, 2023
Change the push and pull_request GitHub workflow to only run unit tests. There is a scheduled workflow already which runs all tests.
gep13
pushed a commit
to Windos/choco
that referenced
this issue
Jun 9, 2023
Adds the TeamCity schedule trigger feature and adjusts the Call Cake build step to adjust the testExecutionType based on how the build was triggered.
gep13
pushed a commit
to Windos/choco
that referenced
this issue
Jun 9, 2023
Change the push and pull_request GitHub workflow to only run unit tests. There is a scheduled workflow already which runs all tests.
gep13
added a commit
that referenced
this issue
Jun 9, 2023
(#3117) (ENGTASKS-2347) Run integration tests only on scheduled builds
🎉 This issue has been resolved in version 2.1.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
Is Your Feature Request Related To A Problem? Please describe.
Integration tests take a long time to run, and they don't need to be run on every commit.
Describe The Solution. Why is it needed?
Current testing that happens on every commit should only run unit tests. Full test suites should instead be run on a schedule.
Additional Context
No response
Related Issues
The text was updated successfully, but these errors were encountered: