From f34dcbf9bd1bb0f28d94f64ce7304d5cae91ddc9 Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Thu, 24 Mar 2022 11:24:14 +0100 Subject: [PATCH] chore: Fixing minor typo in the test-build-docker.yml Github workflow (#12217) --- .github/workflows/test-build-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build-docker-image.yml b/.github/workflows/test-build-docker-image.yml index 69c14432fd..1f7d95ae3d 100644 --- a/.github/workflows/test-build-docker-image.yml +++ b/.github/workflows/test-build-docker-image.yml @@ -404,7 +404,7 @@ jobs: name: rts-build-deps path: app/rts/node_modules/ - fat-conatiner-test: + fat-container-test: needs: [buildClient, buildServer, buildRts] # Only run if the build step is successful # If the build has been triggered manually via workflow_dispatch or via a push to protected branches