From 85b6ab2826a654c2ad3591e56bea2c00edd3359b Mon Sep 17 00:00:00 2001 From: Wilmer Arambula <42547589+terabytesoftw@users.noreply.github.com> Date: Thu, 6 Apr 2023 16:16:10 -0400 Subject: [PATCH] Add github actions in testing. (#280) --- docs/en/testing.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/en/testing.md b/docs/en/testing.md index 2fb635e3..810bbf82 100644 --- a/docs/en/testing.md +++ b/docs/en/testing.md @@ -1,5 +1,11 @@ # Testing +## Github actions + +All our packages have github actions by default, so you can test your [contribution](https://github.com/yiisoft/db-mysql/blob/master/.github/CONTRIBUTING.md) in the cloud. + +> Note: We recommend pull requesting in draft mode until all tests pass. + ## Docker image For greater ease it is recommended to use docker containers, for this you can use the [docker-compose.yml](https://docs.docker.com/compose/compose-file/) file that is in the docs folder.