Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f9415c0

Browse filesBrowse files
joshmgrossGhadimiR
authored andcommitted
Run unit tests in CI
1 parent df4ad15 commit f9415c0
Copy full SHA for f9415c0

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Open diff view settings
Collapse file

‎.github/workflows/test.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Format
4141
run: npm run format-check
4242

43+
- name: Run Unit Tests
44+
run: npm test
45+
4346
- name: Create artifacts
4447
run: |
4548
mkdir -p path/to/artifact-A

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.