registry/.forgejo/workflows/ci.yml
Marc Cataford bc004dd03c
Some checks failed
/ test (push) Failing after 26s
ci: build + publish flow
2024-04-08 21:04:08 -04:00

11 lines
148 B
YAML

on:
push:
tags:
- "v*"
jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- run: curl localhost:5000