From 6b683c6577e0f8272c93105b582efbf49d3a8679 Mon Sep 17 00:00:00 2001 From: Alex Vincent Date: Mon, 2 Dec 2024 05:23:20 +0100 Subject: [PATCH] disable integration tests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 752dd32..ca5cdae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,7 @@ jobs: push-preview: ${{ inputs.push-preview }} version: ${{ needs.versioning.outputs.version }} solution-name: CasCap.Api.GooglePhotos.Release.sln + execute-tests: false #Note: tests fail in Actions due to rate limiting issues from the Google side :/ env: GOOGLE_PHOTOS_ACCESS_TOKEN: ${{ secrets.GOOGLE_PHOTOS_ACCESS_TOKEN }}