From 1d686a901dcae98ada15fa116d015d9f4fa8569a Mon Sep 17 00:00:00 2001 From: Julien Lafont Date: Mon, 8 Jun 2020 12:16:07 +0200 Subject: [PATCH] Fix github-action workflow --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc31b2b..f4998fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,5 +40,6 @@ jobs: node-version: '12.x' - name: Install dependencies run: cd client; yarn --frozen-lockfile - - name: Run tests - run: cd client; yarn test + # Disabled step because... there is not JS tests... + # - name: Run tests + # run: cd client; yarn test