Skip to content

Commit

Permalink
Merge pull request #238 from humhub/enh/next-tests
Browse files Browse the repository at this point in the history
Tests for `next` version
  • Loading branch information
luke- authored Sep 21, 2023
2 parents 4f2e30d + 7184276 commit 894be5e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/php-test-next.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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: tasks
use-rest-module: true
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changelog
- Fix #232: Set All Icons color to @text-color-main (#555)
- Fix #234: Fix using of Yii on view files
- Fix #236: Fix pagination design
- Enh #238: Tests for `next` version

1.8.1 (May 1, 2023)
-------------------
Expand Down

0 comments on commit 894be5e

Please sign in to comment.