Fix build and publish workflow name. Add status badge for tests.
Some checks failed
Build and publish artifacts / build_and_publish (push) Has been cancelled
Run unit tests / run-unit-tests (push) Has been cancelled

This commit is contained in:
Greg Sarjeant 2025-07-02 21:30:18 -04:00
parent 77dfefa794
commit 3914d50dbc
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
name: Run unit tests name: Build and publish artifacts
run-name: ${{ gitea.repository }} PHP unit tests run-name: ${{ gitea.repository }} build and publish
on: on:
push: push:
tags: tags:

View File

@ -1,4 +1,5 @@
# tkr # tkr
![Unit tests status](https://gitea.subcultureofone.org/greg/tkr/actions/workflows/unit_tests.yaml/badge.svg)
A lightweight, HTML-only status feed for self-hosted personal websites. Written in PHP. Heavily inspired by [status.cafe](https://status.cafe). A lightweight, HTML-only status feed for self-hosted personal websites. Written in PHP. Heavily inspired by [status.cafe](https://status.cafe).
@ -44,8 +45,8 @@ I'm trying to make sure that the HTML is both semantically valid and accessible,
## Installation ## Installation
1. Download the latest tkr archive from https://subcultureofone.org/files/tkr/tkr.0.7.0.zip 1. Download the latest tkr archive from [the packages page](https://gitea.subcultureofone.org/greg/tkr/packages)
1. Copy the .zip file to your server and extract it 1. Copy the `.tgz` file to your server and extract it
1. Copy the `tkr` directory to the location you want to serve it from 1. Copy the `tkr` directory to the location you want to serve it from
* on debian-based systems, `/var/www/tkr` is recommended * on debian-based systems, `/var/www/tkr` is recommended
1. Make the `storage` directory writable by the web server account. 1. Make the `storage` directory writable by the web server account.