diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index d4438eeeb3..3c53e836d4 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -113,7 +113,9 @@ jobs: - name: Create test screenshot gallery if: ${{ env.IMGUR_CLIENT_ID && (success() || failure()) }} - shell: bash + # Imgur uploads randomly fail sometimes, probably because of the low rate limit. + # TODO: Find a better place to upload the screenshots. + continue-on-error: true run: | echo "
" >> $GITHUB_STEP_SUMMARY echo "📸 Test Screenshots" >> $GITHUB_STEP_SUMMARY