From 18142406c0652f1f9ef27281157b7c0ca71dfe71 Mon Sep 17 00:00:00 2001 From: Vivien Nicolas Date: Fri, 2 Dec 2022 18:38:01 +0100 Subject: [PATCH] [typo] Replace ' Unit / Interation Tests' with ' Unit / Integration Tests' (#23875) --- .github/workflows/unit_integration_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_integration_test.yaml b/.github/workflows/unit_integration_test.yaml index 959815a7963816..dd3547731fa906 100644 --- a/.github/workflows/unit_integration_test.yaml +++ b/.github/workflows/unit_integration_test.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: Unit / Interation Tests +name: Unit / Integration Tests on: push: @@ -24,7 +24,7 @@ concurrency: jobs: unit_tests: - name: Unit / Interation Tests + name: Unit / Integration Tests timeout-minutes: 60 if: github.actor != 'restyled-io[bot]'