Skip to content

Commit

Permalink
SUPPORT-91253: added test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
maruf-paysera committed Feb 27, 2024
1 parent 9f0694a commit 6a18903
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
with:
dependency-versions: ${{ matrix.dependency }}

- name: Run all tests
run: ./vendor/bin/phpunit

- name: Clear cache (optional)
uses: actions/cache@v3
with:
path: ~/.composer/cache
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ matrix.symfony }}-${{ matrix.dependency }}
restore-keys: |
${{ runner.os }}-composer-${{ matrix.php }}-${{ matrix.symfony }}-${{ matrix.dependency }}
- name: Run all tests
run: vendor/bin/phpunit

0 comments on commit 6a18903

Please sign in to comment.