Currently the integration tests only run nightly against Thundermail stage. Create a new production sanity test suite that will do a basic test of the JMAP/IMAP/SMTP/CalDAV/CardDAV protocols and ensure their basic functionality in production hasn't been broken. The test will use a subset of existing integration tests.
Also add a new Github workflow so that this new sanity test can be triggered manually via GHA anytime we wish. In a separate issue (#208) we will figure out how to enable this suite so that it runs automatically after mailstrom / Thundermail production deployments.
Currently the integration tests only run nightly against Thundermail stage. Create a new production
sanitytest suite that will do a basic test of theJMAP/IMAP/SMTP/CalDAV/CardDAVprotocols and ensure their basic functionality in production hasn't been broken. The test will use a subset of existing integration tests.Also add a new Github workflow so that this new sanity test can be triggered manually via GHA anytime we wish. In a separate issue (#208) we will figure out how to enable this suite so that it runs automatically after mailstrom / Thundermail production deployments.