Skip to content

Commit

Permalink
Fix unit test not working on GitHub #52.J Tried coping and pasting f…
Browse files Browse the repository at this point in the history
…rom package.json.
  • Loading branch information
CookingWithCale committed Dec 18, 2023
1 parent 7557606 commit 0155327
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
# Install required deps for action
# Install packages.
- name: Install
run: npm install

# Build project
# Build project.
- name: Build
run: npm run build
run: tsup ./Source/index.ts --format cjs, esm --dts

# Finally, run our tests
# Run tests.
- name: Test
run: npm run test
run: jest

0 comments on commit 0155327

Please sign in to comment.