Skip to content

Commit b6d6807

Browse files
authored
Fix the unit tests (#32)
Signed-off-by: Eric Brown <[email protected]>
1 parent b326673 commit b6d6807

File tree

7 files changed

+1321
-197
lines changed

7 files changed

+1321
-197
lines changed

.github/workflows/pr-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
shell: bash
8282

8383
- name: Run tests
84-
run: python -m nox --session tests
84+
run: python -m nox --session test
8585
shell: bash
8686

8787
- name: Validate README.md
@@ -118,4 +118,4 @@ jobs:
118118
- name: Run TS tests
119119
uses: GabrielBB/[email protected]
120120
with:
121-
run: npm run tests
121+
run: npm run test

.github/workflows/push-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
shell: bash
8787

8888
- name: Run tests
89-
run: python -m nox --session tests
89+
run: python -m nox --session test
9090
shell: bash
9191

9292
- name: Validate README.md
@@ -123,4 +123,4 @@ jobs:
123123
- name: Run TS tests
124124
uses: GabrielBB/[email protected]
125125
with:
126-
run: npm run tests
126+
run: npm run test

0 commit comments

Comments
 (0)