Skip to content

Commit b904f32

Browse files
committed
Fix tests
1 parent 3fd6a62 commit b904f32

File tree

4 files changed

+34
-151
lines changed

4 files changed

+34
-151
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: PHP Codeception Tests - develop
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-develop.yml@main
11+
with:
12+
module-id: example-basic

.github/workflows/php-test-main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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: example-basic

.github/workflows/php-test-master.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: PHP Codeception Tests - master
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
tests:
8+
uses: humhub/actions/.github/workflows/module-tests-master.yml@main
9+
with:
10+
module-id: example-basic

.github/workflows/php-test.yml

Lines changed: 0 additions & 151 deletions
This file was deleted.

0 commit comments

Comments
 (0)