Skip to content

Commit

Permalink
Fixed formatting again.
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin19 committed Feb 11, 2024
1 parent 5ac856d commit 404818e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
uses: actions/setup-node@v3
- uses: actions/cache@v3
id: npm-cache
with:
path: ~/.npm
key: npm-${{ hashFiles('**/package-lock.json') }}
with:
path: ~/.npm
key: npm-${{ hashFiles('**/package-lock.json') }}
- run: npm ci
- run: npm test
build:
Expand Down

0 comments on commit 404818e

Please sign in to comment.