Skip to content

Commit a27f415

Browse files
chore: update GitHub Actions workflow to use actions/checkout@v5 and ramsey/composer-install@v3, streamline PHP setup, and remove caching steps
1 parent 89ba741 commit a27f415

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- name: Install Chroma CLI
2222
run: |
2323
curl -sSL https://raw.githubusercontent.com/chroma-core/chroma/main/rust/cli/install/install.sh | bash
24-
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
2524
2625
- name: Cache dependencies
2726
uses: actions/cache@v3
@@ -39,8 +38,5 @@ jobs:
3938
- name: Install Composer dependencies
4039
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist
4140

42-
- name: Start Chroma Server
43-
run: chroma run tests/chroma.yaml
44-
4541
- name: Run tests
4642
run: composer test

0 commit comments

Comments
 (0)