Skip to content

Commit

Permalink
Run Unit Tests in CI
Browse files Browse the repository at this point in the history
Signed-off-by: guido <dev@guidoscialfa.com>
  • Loading branch information
widoz committed Apr 20, 2024
1 parent e75b533 commit 81ccb42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/js-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: "!github.event.pull_request.draft"
if: !github.event.pull_request.draft
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -30,3 +30,6 @@ jobs:

- name: Linting JavaScript
run: yarn lint

- name: Testing JavaScript
run: yarn test

0 comments on commit 81ccb42

Please sign in to comment.