Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/php-test-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: PHP Codeception Tests - develop

on:
push:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"

Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/php-test-master.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: PHP Codeception Tests - master

on:
push:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"

jobs:
tests:
uses: humhub/actions/.github/workflows/module-tests-master.yml@main
with:
module-id: example-basic
13 changes: 13 additions & 0 deletions .github/workflows/php-test-min-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: PHP Codeception Tests - min version

on:
push:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"

jobs:
tests:
uses: humhub/actions/.github/workflows/module-tests-min-version.yml@main
with:
module-id: example-basic
1 change: 1 addition & 0 deletions .github/workflows/php-test-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: PHP Codeception Tests - next

on:
push:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"

Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changelog
----------------------
- Fix #7: Update module resources path
- Enh #12: Migration to Bootstrap 5 for HumHub 1.18
- Enh #14: Improved Module Test GitHub Actions

1.0.2 (Unreleased)
----------------------
Expand Down