We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32cf731 commit 7137a60Copy full SHA for 7137a60
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,8 @@ concurrency:
16
cancel-in-progress: true
17
18
jobs:
19
- test-typescript:
+ test-jest:
20
+ name: Jest Tests
21
runs-on: ubuntu-latest
22
23
steps:
0 commit comments