From 09b2fbc05e5e557ea55b34960d80abe64c5c3ce4 Mon Sep 17 00:00:00 2001 From: Zachary Mooney <117117722+Mooney91@users.noreply.github.com> Date: Sun, 21 Jan 2024 21:59:57 +0100 Subject: [PATCH] Update customer-interface.yml --- .github/workflows/customer-interface.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/customer-interface.yml b/.github/workflows/customer-interface.yml index 4caa9d8..c3f6bfa 100644 --- a/.github/workflows/customer-interface.yml +++ b/.github/workflows/customer-interface.yml @@ -29,8 +29,8 @@ jobs: - run: npm install working-directory: ./customer-interface - - run: npm run lint - working-directory: ./customer-interface + # - run: npm run lint + # working-directory: ./customer-interface - - run: npm run test - working-directory: ./customer-interface \ No newline at end of file + # - run: npm run test + # working-directory: ./customer-interface