Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Apr 5, 2024
1 parent 7a980f7 commit a704ccb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ jobs:
- name: List Installed Dependencies
run: composer show -D

- name: List Discovered Locations
run: php ./tempest discovery:status

- name: Execute tests
run: vendor/bin/phpunit --coverage-clover build/reports/clover.xml

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/quality-control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ jobs:
- name: List Installed Dependencies
run: composer show -D

- name: List Discovered Locations
run: php ./tempest discovery:status

- name: Execute tests
run: vendor/bin/phpunit --coverage-clover build/reports/clover.xml

Expand Down

0 comments on commit a704ccb

Please sign in to comment.