Skip to content

Commit

Permalink
Tests for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Sep 21, 2023
1 parent 5cf5c7c commit 76c6bac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/php-test-next.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: PHP Codeception Tests - next

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

jobs:
tests:
uses: humhub/actions/.github/workflows/module-tests-next.yml@main
with:
module-id: gallery
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
1.5.5 (Unreleased)
-------------------
- Fix #129: Initialize module content class
- Enh #130: Tests for `next` version

1.5.4 (June 9, 2023)
-------------------
Expand Down

0 comments on commit 76c6bac

Please sign in to comment.