f2cdb6fec9
CI Pipeline / test (20) (pull_request) Successful in 6m27s
CI Pipeline / test (18) (pull_request) Successful in 8m15s
CI Pipeline / e2e (firefox) (pull_request) Successful in 3m22s
CI Pipeline / e2e (webkit) (pull_request) Successful in 3m39s
CI Pipeline / e2e (chromium) (pull_request) Successful in 11m31s
CI Pipeline / visual-regression (pull_request) Successful in 6m22s
CI Pipeline / storybook (pull_request) Successful in 1m26s
CI Pipeline / performance (pull_request) Successful in 6m44s
CI Pipeline / build (pull_request) Successful in 2m8s
26 lines
946 B
Plaintext
26 lines
946 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>Label</key>
|
|
<string>com.gitea.act-runner</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/Users/Vinod/Documents/GitHub/community-rule/act_runner</string>
|
|
<string>daemon</string>
|
|
<string>--config</string>
|
|
<string>/Users/Vinod/Documents/GitHub/community-rule/config/gitea-runner.yaml</string>
|
|
</array>
|
|
<key>WorkingDirectory</key>
|
|
<string>/Users/Vinod/Documents/GitHub/community-rule</string>
|
|
<key>RunAtLoad</key>
|
|
<true/>
|
|
<key>KeepAlive</key>
|
|
<true/>
|
|
<key>StandardOutPath</key>
|
|
<string>/Users/Vinod/Documents/GitHub/community-rule/runner.log</string>
|
|
<key>StandardErrorPath</key>
|
|
<string>/Users/Vinod/Documents/GitHub/community-rule/runner-error.log</string>
|
|
</dict>
|
|
</plist>
|