From f57b497daf78af83272a904bca4c8cf2ce936c3e Mon Sep 17 00:00:00 2001 From: Adrian Jost <22987140+adrianjost@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:53:13 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=92=9A=20temp=20disable=20CI=20?= =?UTF-8?q?test=20runs=20to=20fix=20deployment"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit cd2b8b27d77bb153ab50775c16fb5f9d7515c95f. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 604ab0c32..009de1cbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,8 @@ jobs: run: npm ci && cd functions && npm ci && cd .. - name: Lint run: npm run lint - # - name: Test - # run: npm run test + - name: Test + run: npm run test deployFrontend: name: Deploy Frontend needs: test