From 53bde73e759040d0ad4c2e9489ab431a59183a7b Mon Sep 17 00:00:00 2001 From: a-mabe Date: Sat, 4 Jan 2025 14:45:20 -0500 Subject: [PATCH 1/2] Add badges for new workflows --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f25ad4f..c4152289 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # OpenHIIT -![Integration Tests](https://github.com/a-mabe/openhiit/actions/workflows/test.yaml/badge.svg) -![Release Build](https://github.com/a-mabe/openhiit/actions/workflows/build_and_release.yaml/badge.svg) +![Integration Tests](https://github.com/a-mabe/openhiit/actions/workflows/integration_tests.yaml/badge.svg) +![Nightly Build](https://github.com/a-mabe/openhiit/actions/workflows/nightly_build.yaml/badge.svg) +![Pre-Release](https://github.com/a-mabe/openhiit/actions/workflows/pre_release.yaml/badge.svg) +![Release](https://github.com/a-mabe/openhiit/actions/workflows/release.yaml/badge.svg)

From d2103b2c2d49f970f420f33c977c12c2c2c1ce7d Mon Sep 17 00:00:00 2001 From: a-mabe Date: Sat, 4 Jan 2025 14:50:19 -0500 Subject: [PATCH 2/2] Only using GitHub actions for testing --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c4152289..7ef28fe9 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,6 @@ Welcome to OpenHIIT, an open-source workout interval timer mobile application de ▶️ The background timer package is being developed [here](https://github.com/a-mabe/background_timer). -This project is tested with BrowserStack. - ## Table of Contents 1. [Why OpenHIIT?](#why-openhiit) 2. [Features](#features)