adilallo/enhancement/TestingFramework #15
@@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} triggered CI pipeline
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, develop]
|
branches: [main, develop, "adilallo/enhancement/TestingFramework"]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, develop]
|
branches: [main, develop]
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"WARNING": "This file is automatically generated by act-runner. Do not edit it manually unless you know what you are doing. Removing this file will cause act runner to re-register as a new runner.",
|
"WARNING": "This file is automatically generated by act-runner. Do not edit it manually unless you know what you are doing. Removing this file will cause act runner to re-register as a new runner.",
|
||||||
"id": 7,
|
"id": 11,
|
||||||
"uuid": "3a8b9f5a-189b-47a3-b0b1-1a06c933cc06",
|
"uuid": "e2bf20b6-d8b7-43d7-80fd-d0fd14858cb9",
|
||||||
"name": "community-rule-runner-1",
|
"name": "community-rule-runner-1",
|
||||||
"token": "23ecad1165282704291cfa5112a36aebfadfa40a",
|
"token": "3f15646e056e9f6e449e036af6039e67b43a63b9",
|
||||||
"address": "https://git.medlab.host",
|
"address": "https://git.medlab.host",
|
||||||
"labels": [
|
"labels": [
|
||||||
"macos-latest:host",
|
"macos-latest:host",
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
39731
|
50608
|
||||||
|
|||||||
@@ -178,3 +178,4 @@ community-rule/
|
|||||||
## 📄 License
|
## 📄 License
|
||||||
|
|
||||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
||||||
|
# Test trigger
|
||||||
|
|||||||
@@ -27,6 +27,8 @@ container:
|
|||||||
valid_volumes: []
|
valid_volumes: []
|
||||||
docker_host: ""
|
docker_host: ""
|
||||||
force_pull: false
|
force_pull: false
|
||||||
|
# Use host environment instead of containers
|
||||||
|
mode: "host"
|
||||||
|
|
||||||
host:
|
host:
|
||||||
workdir_parent: ""
|
workdir_parent: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user