Skip to content

Commit

Permalink
Add badge for js tests (#82)
Browse files Browse the repository at this point in the history
* Add test badge
  • Loading branch information
seanpmorgan authored Nov 9, 2023
1 parent bf5c02d commit 1440cbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/javascript_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# .github/workflows/javascript_tests.yml
name: Javascript Tests
name: JavaScript Tests

on:
push:
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ Rebuff is designed to protect AI applications from prompt injection (PI) attacks
</div>
<div align="center">

[![Python Tests](https://github.com/woop/rebuff/actions/workflows/python_tests.yaml/badge.svg)](https://github.com/woop/rebuff/actions/workflows/python_tests.yaml)
[![JavaScript Tests](https://github.com/protectai/rebuff/actions/workflows/javascript_tests.yaml/badge.svg)](https://github.com/protectai/rebuff/actions/workflows/javascript_tests.yaml)
[![Python Tests](https://github.com/protectai/rebuff/actions/workflows/python_tests.yaml/badge.svg)](https://github.com/protectai/rebuff/actions/workflows/python_tests.yaml)


</div>

Expand Down Expand Up @@ -161,7 +163,7 @@ Now, the Rebuff server should be running at `http://localhost:3000`.

## How it works

![Sequence Diagram](https://github.com/woop/rebuff/assets/6728866/3d90ebb3-d149-42e8-b991-a46c46d5a9e7)
![Sequence Diagram](https://github.com/protectai/rebuff/assets/6728866/3d90ebb3-d149-42e8-b991-a46c46d5a9e7)

## Contributing

Expand Down

0 comments on commit 1440cbf

Please sign in to comment.