Skip to content

Commit da48863

Browse files
committed
Update github workflow files
1 parent 05d3a85 commit da48863

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: PHP Codeception Tests - master
2+
3+
on:
4+
push:
5+
schedule:
6+
- cron: "0 0 * * 0"
7+
8+
jobs:
9+
tests:
10+
uses: humhub/actions/.github/workflows/module-tests-master.yml@main
11+
with:
12+
module-id: tasks
13+
use-rest-module: true
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: PHP Codeception Tests - next
2+
3+
on:
4+
push:
5+
schedule:
6+
- cron: "0 0 * * 0"
7+
8+
jobs:
9+
tests:
10+
uses: humhub/actions/.github/workflows/module-tests-next.yml@main
11+
with:
12+
module-id: tasks
13+
use-rest-module: true
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: PHP Codeception Tests - v1.14
2+
3+
on:
4+
push:
5+
schedule:
6+
- cron: "0 0 * * 0"
7+
8+
jobs:
9+
tests:
10+
uses: humhub/actions/.github/workflows/module-tests-v1.14.yml@main
11+
with:
12+
module-id: tasks
13+
use-rest-module: true

0 commit comments

Comments
 (0)