Skip to content

Commit

Permalink
[#156] Fixed checkin action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido-Barnea committed Jan 21, 2024
1 parent 7ec3892 commit 150aa1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- synchronize

jobs:
Build:
uses: ./github/workflows/build.yml
Test:
runs-on: ubuntu-latest
steps:
Expand All @@ -18,6 +20,5 @@ jobs:
with:
fetch-depth: 0
- run: npm ci
- uses: ./github/workflows/build.yml
- name: Test
run: npm run test

0 comments on commit 150aa1d

Please sign in to comment.