From 50f6401e0a6004e539280809bfc48ea25a65a9c1 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Mon, 25 Sep 2023 15:34:41 +0800 Subject: [PATCH] Checkout test branch --- .github/workflows/e2ePerformanceTests.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2ePerformanceTests.yml b/.github/workflows/e2ePerformanceTests.yml index 5dbef071c720..587cba13ebe6 100644 --- a/.github/workflows/e2ePerformanceTests.yml +++ b/.github/workflows/e2ePerformanceTests.yml @@ -43,8 +43,13 @@ jobs: - name: Checkout "Baseline" commit (last release) if: ${{ !fromJSON(steps.checkForExistingArtifact.outputs.exists) }} run: | - git fetch origin tag ${{ steps.getMostRecentRelease.outputs.VERSION }} --no-tags --depth=1 - git switch --detach ${{ steps.getMostRecentRelease.outputs.VERSION }} + git fetch origin andrew-fix-e2e-fork + git checkout andrew-fix-e2e-fork + +# TODO: Uncomment before merging +# run: | +# git fetch origin tag ${{ steps.getMostRecentRelease.outputs.VERSION }} --no-tags --depth=1 +# git switch --detach ${{ steps.getMostRecentRelease.outputs.VERSION }} - name: Configure MapBox SDK run: ./scripts/setup-mapbox-sdk.sh ${{ secrets.MAPBOX_SDK_DOWNLOAD_TOKEN }}