we already test this via the regular unit tests

This commit is contained in:
El RIDO
2021-05-30 09:26:13 +02:00
parent fc5e380ccc
commit 93138cbbae

View File

@@ -11,8 +11,6 @@ jobs:
run: composer validate
- name: Install dependencies
run: composer install --prefer-dist --no-dev
- name: Install Google Cloud Storage
run: composer require google/cloud-storage --no-dev
PHPunit:
runs-on: ubuntu-latest
strategy: