Skip to content

Commit

Permalink
pipeline, added test, improved local dev - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dam-bal committed Apr 14, 2024
1 parent f1380e7 commit c1a9009
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction

- name: Execute tests
run: vendor/bin/phpunit
run: vendor/bin/phpunit tests/
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use VercelBlobPhp\Exception\BlobException;
use VercelBlobPhp\Exception\BlobNotFoundException;
use VercelBlobPhp\Exception\BlobServiceNotAvailableException;
use VercelBlobPhp\Exception\BlobServiceRateLimitedException;
use VercelBlobPhp\Exception\BlobStoreNotFoundException;
use VercelBlobPhp\Exception\BlobStoreSuspendedException;
use VercelBlobPhp\Exception\BlobUnknownException;
Expand Down

0 comments on commit c1a9009

Please sign in to comment.