Skip to content

Commit 96c2abd

Browse files
committed
- added unit testing workflow
1 parent 29ffcf2 commit 96c2abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Checkout code
4848
uses: actions/checkout@v3
4949
with:
50-
fetch-depth: 2
50+
fetch-depth: 10
5151

5252
- name: Setup PHP ${{ matrix.php }} with extensions
5353
uses: shivammathur/setup-php@v2
@@ -65,7 +65,7 @@ jobs:
6565
composer-options: '--no-progress --no-interaction'
6666

6767
- name: Run unit tests
68-
if: ${{ matrix.php != '8.2' && matrix.redis != '7' && github.repository == 'kodedphp/cache-simple' }}
68+
if: ${{ matrix.php != '8.2' && matrix.redis != '7' }}
6969
run: vendor/bin/phpunit
7070

7171
- name: Create coverage report

0 commit comments

Comments
 (0)