From b47bd285de52f750f7141061d20150d6544fbe2a Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Mon, 27 May 2024 09:23:02 +0100 Subject: [PATCH] revert to main tests --- .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 eb7edafb..7a196d99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,8 +79,8 @@ jobs: run: npm install - name: Initialize Database run: npm run test:init - - name: Test and Coverage - run: npm run coverage + - name: Tests + run: npm test concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true