diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 5c0d5b1eaa5..d399d38770b 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -78,12 +78,12 @@ jobs: # That's OK--if we fail to log in, we'll proceed anonymously, and hope we don't get rate-limited. - name: Try to log into Docker Hub uses: docker/login-action@v3.3.0 + continue-on-error: true with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Start MongoDB - if: always() # Continue even if the previous step (log into DockerHub) failed. uses: supercharge/mongodb-github-action@1.11.0 with: mongodb-version: ${{ matrix.mongo-version }}