Skip to content

Commit

Permalink
💚 test workflow check
Browse files Browse the repository at this point in the history
Signed-off-by: Sumin <[email protected]>
  • Loading branch information
milk717 committed Mar 3, 2024
1 parent ecc0224 commit d83bbe3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test check

on:
push:
branches:
- main
pull_request:
branches:
- main
Expand All @@ -17,7 +20,7 @@ jobs:
node-version: '14'

- name: Install Dependencies
run: yarn install
run: yarn workspace obsidian-callouts-markdown install

- name: Run Tests
run: yarn test
run: yarn workspace obsidian-callouts-markdown test

0 comments on commit d83bbe3

Please sign in to comment.