From 150aa1d32813b5f167c28855b2cdcab989873b1c Mon Sep 17 00:00:00 2001 From: Ido-Barnea Date: Sun, 21 Jan 2024 19:12:24 +0200 Subject: [PATCH] [#156] Fixed checkin action --- .github/workflows/checkin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checkin.yml b/.github/workflows/checkin.yml index 18c8c2df..a159aaf0 100644 --- a/.github/workflows/checkin.yml +++ b/.github/workflows/checkin.yml @@ -10,6 +10,8 @@ on: - synchronize jobs: + Build: + uses: ./github/workflows/build.yml Test: runs-on: ubuntu-latest steps: @@ -18,6 +20,5 @@ jobs: with: fetch-depth: 0 - run: npm ci - - uses: ./github/workflows/build.yml - name: Test run: npm run test