Skip to content

Commit

Permalink
ci: update FILESYSTEM_DRIVER to FILESYSTEM_DISK
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelpc4 committed Aug 17, 2022
1 parent e5d60fd commit eb55662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
CLOUDINARY_CLOUD_NAME: ${{ secrets.CLOUDINARY_CLOUD_NAME }}
CLOUDINARY_SECURE: ${{ secrets.CLOUDINARY_SECURE }}
FILESYSTEM_CLOUD: ${{ secrets.FILESYSTEM_CLOUD }}
FILESYSTEM_DRIVER: ${{ secrets.FILESYSTEM_DRIVER }}
FILESYSTEM_DISK: ${{ secrets.FILESYSTEM_DISK }}
- name: Upload coverage
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit eb55662

Please sign in to comment.