You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of OpenDAL's behavior tests depends on it's secrets and will skip tests if secrets not loaded. This could be confusing for our contributors to see the checks always passed. We should mark job as skipped if secrets not loaded.
This could be checked by value like OPENDAL_S3_TEST: ${{ secrets.OPENDAL_S3_TEST }}.
The text was updated successfully, but these errors were encountered:
Some of OpenDAL's behavior tests depends on it's secrets and will skip tests if secrets not loaded. This could be confusing for our contributors to see the checks always passed. We should mark job as skipped if secrets not loaded.
This could be checked by value like
OPENDAL_S3_TEST: ${{ secrets.OPENDAL_S3_TEST }}
.The text was updated successfully, but these errors were encountered: