From 12a0eb71b7b538c6f5ca6491335dbd1739df5465 Mon Sep 17 00:00:00 2001 From: Narin Ratana Date: Mon, 4 Dec 2023 11:50:09 -0800 Subject: [PATCH] Fix cd command --- .github/workflows/check-component-integrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-component-integrations.yml b/.github/workflows/check-component-integrations.yml index 0c37969e..a038270f 100644 --- a/.github/workflows/check-component-integrations.yml +++ b/.github/workflows/check-component-integrations.yml @@ -48,7 +48,7 @@ jobs: timeout_minutes: 10 max_attempts: 3 command: | - cd vamobile-app/VAMobile + cd va-mobile-app/VAMobile yarn tsc:compile - name: Run Unit Tests (va-mobile-app)