Merge pull request #520 from humhub/fix/global-calendar-url #498
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PHP Codeception Tests - develop | |
on: | |
push: | |
schedule: | |
- cron: "0 0 * * 0" | |
jobs: | |
tests: | |
uses: humhub/actions/.github/workflows/module-tests-develop.yml@main | |
with: | |
module-id: calendar | |
use-rest-module: true | |
install-composer: true |