Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Jun 4, 2022
1 parent e31a014 commit b4f9eef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:

test-all:
name: 'Tests'
uses: TWiStErRob/net.twisterrob.healthcheck/.github/workflows/tests-run.yml@master
uses: ./.github/workflows/tests-run.yml
with:
name: 'All'
test-task: ':test'
test-pattern: '*'

test-smoke:
name: 'Tests'
uses: TWiStErRob/net.twisterrob.healthcheck/.github/workflows/tests-run.yml@master
uses: ./.github/workflows/tests-run.yml
with:
name: 'Smoke'
test-task: ':smokeTest'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@ on:
jobs:
test-cinema:
name: 'Tests'
uses: TWiStErRob/net.twisterrob.healthcheck/.github/workflows/tests-run.yml@master
uses: ./.github/workflows/tests-run.yml
with:
name: 'cinema.twisterrob.net'
test-task: ':test'
test-pattern: 'net.twisterrob.web.twisterrob_net.cinema.*'

test-regex:
name: 'Tests'
uses: TWiStErRob/net.twisterrob.healthcheck/.github/workflows/tests-run.yml@master
uses: ./.github/workflows/tests-run.yml
with:
name: 'regex.twisterrob.net'
test-task: ':test'
test-pattern: 'net.twisterrob.web.twisterrob_net.regex.*'

test-web:
name: 'Tests'
uses: TWiStErRob/net.twisterrob.healthcheck/.github/workflows/tests-run.yml@master
uses: ./.github/workflows/tests-run.yml
with:
name: 'www.twisterrob.net'
test-task: ':test'
test-pattern: 'net.twisterrob.web.twisterrob_net.www.*'

test-uw:
name: 'Tests'
uses: TWiStErRob/net.twisterrob.healthcheck/.github/workflows/tests-run.yml@master
uses: ./.github/workflows/tests-run.yml
with:
name: 'twisterrob.uw.hu'
test-task: ':test'
Expand Down

0 comments on commit b4f9eef

Please sign in to comment.