Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Nov 22, 2023
1 parent 3596939 commit 18011aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,9 @@ jobs:
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: git config user.name
run: git config --global --get user.name
- name: git config user.user
run: git config --global --get user.user
- name: Run jest with coverage
run: npm run coverage

0 comments on commit 18011aa

Please sign in to comment.