diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 85eeb9f..3685108 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,4 +1,4 @@ -name: Playwright Tests +name: Tests on: [push, pull_request] jobs: diff --git a/README.md b/README.md index 6d7d7ab..753a9f6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A simple chat app built with SvelteKit and Apache Cassandra
[![Prettier](https://github.com/arithefirst/sv-chat/actions/workflows/prettier.yml/badge.svg)](https://github.com/arithefirst/sv-chat/actions/workflows/prettier.yml) [![ESLint](https://github.com/arithefirst/sv-chat/actions/workflows/eslint.yml/badge.svg)](https://github.com/arithefirst/sv-chat/actions/workflows/eslint.yml) +[![Playwright](https://github.com/arithefirst/sv-chat/actions/workflows/playwright.yml/badge.svg)](https://github.com/arithefirst/sv-chat/actions/workflows/playwright.yml) ## 💻 Techstack