Skip to content

Commit 3973f6d

Browse files
committed
tests
1 parent d4cf50d commit 3973f6d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,17 @@ jobs:
1717

1818
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
1919

20-
services:
21-
typesense:
22-
image: typesense/typesense:28.0
23-
2420
steps:
2521

2622
- name: Checkout
2723
uses: actions/checkout@v4
2824

25+
- name: Login to Docker Hub
26+
uses: docker/login-action@v3
27+
with:
28+
username: ${{ vars.DOCKERHUB_USERNAME }}
29+
password: ${{ secrets.DOCKERHUB_TOKEN }}
30+
2931
- name: Setup PHP
3032
uses: shivammathur/setup-php@v2
3133
with:

0 commit comments

Comments
 (0)