From a05bd6be1b77a50aa452556e4e5aa221c44208a8 Mon Sep 17 00:00:00 2001 From: April Hall Date: Fri, 28 Feb 2025 08:43:51 -0500 Subject: [PATCH] docs: Add tests badge to README.md --- .github/workflows/playwright.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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