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 3f580d6 commit cfa29c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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: translation
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Changelog
- Fix #36: Fix empty translation text on activities
- Fix #44: Allow snake case for URI vars in href
- Fix #47: Fix tests
- Enh #58: Tests for `next` version


1.0.1 (Unreleased)
Expand All @@ -30,4 +31,3 @@ Changelog
- Chg: Updated HumHub min version to 1.5
- Fix: Invalid validation error when parsing plural or selection message pattern
- Enh #29: Added "Only show missing translation" filter toggle to translation editor

0 comments on commit cfa29c3

Please sign in to comment.