Skip to content

Commit

Permalink
test with redis disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Oct 12, 2023
1 parent a431fd7 commit 3734f5c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,8 @@ jobs:
fi
composer install
- name: Run PHPUnit
run: bash ./bin/phpunit-redis-test.sh
run: |
echo "Testing with Redis disabled"
bash ./bin/phpunit-test.sh
echo "Testing with Redis enabled"
bash ./bin/phpunit-redis-test.sh

0 comments on commit 3734f5c

Please sign in to comment.