Skip to content

Commit

Permalink
Disable testing on CI/CD due to blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
chojnicki committed Aug 15, 2024
1 parent 275f8e2 commit 9a036d5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,9 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest

- name: Run test suite
run: vendor/bin/phpunit
# Disable testing for now due to rate limiting and other issues from GH workers
# Instead run tests manually on local machine before publishing, but even there it's not 100% reliable due to nature of crawling
# TODO to maintain this project easier, maybe consider using only API when it's possible and and remove html parsing all together
# (keep only for providers when there is no API or API is paid as a backup)
# - name: Run test suite
# run: vendor/bin/phpunit

0 comments on commit 9a036d5

Please sign in to comment.