Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5e968d0

Browse files
committed
chore: add integration tests
1 parent3d56b74 commit5e968d0

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name:Trigger Tests in nvim-java/tests
2+
3+
on:
4+
push:
5+
branches:[ main ]
6+
pull_request:
7+
branches:[ main ]
8+
9+
jobs:
10+
trigger-tests:
11+
runs-on:ubuntu-latest
12+
13+
steps:
14+
-name:Trigger workflow in nvim-java/tests
15+
uses:actions/github-script@v7
16+
with:
17+
github-token:${{ secrets.GITHUB_TOKEN }}
18+
script:|
19+
github.rest.repos.createDispatchEvent({
20+
owner: 'nvim-java',
21+
repo: 'tests',
22+
event_type: 'test-nvim-java',
23+
client_payload: {
24+
triggered_by: context.repo.repo,
25+
ref: context.sha,
26+
event_type: context.eventName
27+
}
28+
});

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp