Skip to content

Commit

Permalink
update github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Quan Nguyen Ba committed Nov 19, 2024
1 parent e69eaa9 commit af70495
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-test-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build packages
run: npm run build

- name: Run Unit Tests
run: npm run test

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/run-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build packages
run: npm run build

- name: Run Unit Tests
run: npm run test

Expand Down

0 comments on commit af70495

Please sign in to comment.