From fe6d25576f1966133f1a818c7d30089429dd7988 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 16 Apr 2020 16:06:08 -0400 Subject: [PATCH] bumps github action from npm to yarn --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 96c18c935..12419060e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: ${{ runner.os }}-build-${{ env.cache-name }}- ${{ runner.os }}-build- ${{ runner.os }}- - - run: npm install - - run: npm run test:int # In-memory db + api tests + - run: yarn + - run: yarn test:int # In-memory db + api tests env: CI: true