Skip to content

Commit

Permalink
Run the tests every day
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Aug 30, 2023
1 parent 66f4bbb commit 8c843b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
branches:
- main
schedule:
- cron: '0 0 * * *' # every day at midnight

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down Expand Up @@ -37,6 +39,6 @@ jobs:
- name: Confirm All PHPUnit Tests were run
uses: GuillaumeFalourd/assert-command-line-output@v2
with:
command_line: xmllint --xpath 'string(//testsuites/testsuite/@tests)' phpunit-results.xml
command_line: xmllint --xpath 'string(//testsuites/testsuite/@testcase)' phpunit-results.xml
contains: 25
expected_result: PASSED

0 comments on commit 8c843b4

Please sign in to comment.