Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Felice Ostuni committed Jun 12, 2024
1 parent 53dded2 commit f75a425
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@ jobs:
- name: Execute tests
run: vendor/bin/phpunit --coverage-clover=coverage.xml

- name: Checkout branch
run: git checkout -B ${{ github.head_ref }}

- name: Auto commit and push changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Fix styling
branch: ${{ github.head_ref }}

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit f75a425

Please sign in to comment.