From 1277f499decd900bca37daa74d5d5964e931e53e Mon Sep 17 00:00:00 2001 From: ilangelov Date: Sun, 23 Feb 2025 09:23:10 +0200 Subject: [PATCH] Create test.yml --- .github/workflows/test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000000..49e7adc839 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,11 @@ +name: Test Runner + +on: + workflow_dispatch + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Check runner + run: echo "Runner is working!"