From f1df30e3ac3d5cf7e996decca263f9d3d2cc553c Mon Sep 17 00:00:00 2001 From: kenju Date: Tue, 10 Mar 2020 10:48:45 +0900 Subject: [PATCH 1/4] Add kenju/github-actions-artillery for "Performance Testing" section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 411a0aa..362a66b 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run Cypress E2E tests](https://github.com/cypress-io/github-action) - [Test Ansible roles with Molecule](https://github.com/robertdebock/molecule-action) +#### Performance Testing + +- [Run performance testing](https://github.com/kenju/github-actions-artillery) with [artilleryio](https://github.com/artilleryio/artillery) + #### Linting - [PHP Code fixer Action](https://github.com/OskarStark/php-cs-fixer-ga) From 5dbf54a4d2b73f026055e590e72489b73238f4f0 Mon Sep 17 00:00:00 2001 From: kenju Date: Tue, 10 Mar 2020 10:52:13 +0900 Subject: [PATCH 2/4] fix lint error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 362a66b..67e5984 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ Set up your GitHub Actions workflow with a specific version of your programming #### Performance Testing -- [Run performance testing](https://github.com/kenju/github-actions-artillery) with [artilleryio](https://github.com/artilleryio/artillery) +- [Run performance testing with artillery.io](https://github.com/kenju/github-actions-artillery) #### Linting From 961833230d68af6315b9516213143f61b9bd4a33 Mon Sep 17 00:00:00 2001 From: kenju Date: Wed, 11 Mar 2020 10:18:02 +0900 Subject: [PATCH 3/4] Merge "Performance Testing" section into "Testing" section --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 67e5984..2741b7c 100644 --- a/README.md +++ b/README.md @@ -213,9 +213,6 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run Unity tests](https://github.com/webbertakken/unity-test-runner) - [Run Cypress E2E tests](https://github.com/cypress-io/github-action) - [Test Ansible roles with Molecule](https://github.com/robertdebock/molecule-action) - -#### Performance Testing - - [Run performance testing with artillery.io](https://github.com/kenju/github-actions-artillery) #### Linting From 9807dc0a2d6f3d37a3c83880e493927064bc6da1 Mon Sep 17 00:00:00 2001 From: kenju Date: Wed, 11 Mar 2020 10:18:09 +0900 Subject: [PATCH 4/4] Merge "Performance Testing" section into "Testing" section