Skip to content

Commit

Permalink
Enable node test (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
ficristo authored Aug 28, 2024
1 parent ccd57cd commit 0b45c43
Show file tree
Hide file tree
Showing 9 changed files with 122 additions and 359 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Prepare
run: npm run test:prepare:ci

- name: Node Test
run: npm run test:node

- name: Unit Test
run: npm run test:unit

Expand Down Expand Up @@ -92,6 +95,9 @@ jobs:
- name: Prepare
run: npm run test:prepare:ci

- name: Node Test
run: npm run test:node

- name: Unit Test
run: DISPLAY=:99.0 npm run test:unit

Expand Down Expand Up @@ -142,6 +148,9 @@ jobs:
- name: Prepare
run: npm run test:prepare:ci

- name: Node Test
run: npm run test:node

- name: Unit Test
run: npm run test:unit

Expand Down
Loading

0 comments on commit 0b45c43

Please sign in to comment.