Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Mar 14, 2024
1 parent 3fd6a62 commit b904f32
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 151 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/php-test-develop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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: example-basic
12 changes: 12 additions & 0 deletions .github/workflows/php-test-main.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: example-basic
10 changes: 10 additions & 0 deletions .github/workflows/php-test-master.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: PHP Codeception Tests - master

on:
push:

jobs:
tests:
uses: humhub/actions/.github/workflows/module-tests-master.yml@main
with:
module-id: example-basic
151 changes: 0 additions & 151 deletions .github/workflows/php-test.yml

This file was deleted.

0 comments on commit b904f32

Please sign in to comment.