Skip to content

Commit

Permalink
Update github workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Dec 5, 2023
1 parent 05d3a85 commit da48863
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
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:
schedule:
- cron: "0 0 * * 0"

jobs:
tests:
uses: humhub/actions/.github/workflows/module-tests-master.yml@main
with:
module-id: tasks
use-rest-module: true
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
13 changes: 13 additions & 0 deletions .github/workflows/php-test-v1.14.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: PHP Codeception Tests - v1.14

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

jobs:
tests:
uses: humhub/actions/.github/workflows/module-tests-v1.14.yml@main
with:
module-id: tasks
use-rest-module: true

0 comments on commit da48863

Please sign in to comment.