Skip to content

Commit

Permalink
feat: add Jest badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderscheibler committed Oct 27, 2024
1 parent d4c9790 commit e802672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Jest
name: Jest unit test
on: push

jobs:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# AppCheckWizard
[![Jest unit test](https://github.com/alexanderscheibler/appcheckwizard.com/actions/workflows/jest.yml/badge.svg)](https://github.com/alexanderscheibler/appcheckwizard.com/actions/workflows/jest.yml)
[![Deploy to GitHub Pages](https://github.com/alexanderscheibler/appcheckwizard.com/actions/workflows/deploy.yml/badge.svg)](https://github.com/alexanderscheibler/appcheckwizard.com/actions/workflows/deploy.yml)

This is my portfolio site.
Expand Down

0 comments on commit e802672

Please sign in to comment.