1 Commits
0.1.4 ... 0.1.1

Author SHA1 Message Date
2efe8b05b0 Require tests pass before publishing new version
All checks were successful
Run Tests / run-tests (push) Successful in 39s
2026-05-02 13:34:28 +02:00
2 changed files with 6 additions and 8 deletions

View File

@@ -1,8 +1,9 @@
name: Build & Release
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
workflow_run:
workflows: [ "Run Tests" ]
types:
- completed
env:
ENDPOINT: services-3
@@ -15,6 +16,7 @@ env:
jobs:
build-docker-image:
if: ${{ gitea.event.workflow_run.conclusion == 'success' && gitea.ref_type == 'tag' }}
runs-on: node20
container:
image: catthehacker/ubuntu:act-24.04

View File

@@ -1,13 +1,9 @@
name: Run Tests
on:
push: {}
workflow_dispatch:
push:
branches:
- '**'
env:
RUNNER_TOOL_CACHE: /toolcache
jobs:
run-tests:
runs-on: python