From 277806be1a97f167a93bef630a38478ed4cb6080 Mon Sep 17 00:00:00 2001 From: Jakub Panek Date: Fri, 26 Jul 2024 08:00:55 +0200 Subject: [PATCH] ci: add test --- .forgejo/workflows/test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .forgejo/workflows/test.yml diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml new file mode 100644 index 0000000..118dda1 --- /dev/null +++ b/.forgejo/workflows/test.yml @@ -0,0 +1,11 @@ +on: + push: + schedule: + - cron: '*/5 * * * *' +jobs: + test: + runs-on: docker + container: + image: docker.io/stagex/busybox:sx2024.05.0 + steps: + - run: echo 'All Good'