This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 4776866  feat(ci): add GitHub Actions plugin test workflow for Windows 
(#222)
4776866 is described below

commit 4776866e795eca3326af601757267e28e3d7bc6b
Author: Fu <[email protected]>
AuthorDate: Wed Apr 30 11:39:02 2025 +0800

    feat(ci): add GitHub Actions plugin test workflow for Windows (#222)
---
 .github/workflows/windows-plugin-test.yaml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/.github/workflows/windows-plugin-test.yaml 
b/.github/workflows/windows-plugin-test.yaml
new file mode 100644
index 0000000..7a8119f
--- /dev/null
+++ b/.github/workflows/windows-plugin-test.yaml
@@ -0,0 +1,27 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+name: Windows Plugin Tests
+
+on:
+  workflow_dispatch:
+
+jobs:
+  test-on-windows:
+    runs-on: windows-latest
+    steps:
+      - name: mock
+        run: echo "mock"

Reply via email to