Skip to content

Commit a656261

Browse files
gagikblva
andcommitted
test: add tests
Co-authored-by: Bianca Lisle <[email protected]>
1 parent 8cffb67 commit a656261

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/code_health.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,17 @@ jobs:
1919
run: npm ci
2020
- name: Run style check
2121
run: npm run check
22+
23+
run-tests:
24+
runs-on: ubuntu-latest
25+
steps:
26+
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
27+
- uses: actions/checkout@v4
28+
- uses: actions/setup-node@v4
29+
with:
30+
node-version-file: package.json
31+
cache: "npm"
32+
- name: Install dependencies
33+
run: npm ci
34+
- name: Run tests
35+
run: npm test

0 commit comments

Comments
 (0)