Skip to content

Commit 80391b6

Browse files
committed
Update run-tests.yml
1 parent 87a291f commit 80391b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767

6868
- name: Run tests
6969
run: |
70-
./vendor/bin/pest --version
71-
./vendor/bin/pest
70+
./vendor/bin/pest --version
71+
./vendor/bin/pest --no-cache
7272
env:
7373
REDIS_PORT: ${{ job.services.redis.ports['6379'] }}
7474
OPENSEARCH_PORT: ${{ job.services.opensearch.ports['9200'] }}

0 commit comments

Comments
 (0)