Skip to content

Commit

Permalink
chore: removing orbit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
byawitz committed Sep 5, 2024
1 parent 294fd8e commit 76b0042
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
services:
[
Plausible,
HubSpot,
Orbit
HubSpot
]

steps:
Expand All @@ -34,4 +33,4 @@ jobs:
- name: Run ${{matrix.services}} Tests
run: |
docker run --env-file .env --rm -v $PWD:/app composer sh -c \
"composer install --ignore-platform-reqs && ./vendor/bin/phpunit --configuration phpunit.xml --filter ${{matrix.services}}"
"composer install --ignore-platform-reqs && ./vendor/bin/phpunit --configuration phpunit.xml --filter ${{matrix.services}}"

0 comments on commit 76b0042

Please sign in to comment.