From e1dda38aafd528aa3584e5e82c85bf53c9eeb4e7 Mon Sep 17 00:00:00 2001 From: binh-dam-ibigroup <56846598+binh-dam-ibigroup@users.noreply.github.com> Date: Tue, 12 Sep 2023 16:02:09 -0400 Subject: [PATCH] ci(percy): Use new config that uses mock geocoder --- .github/workflows/percy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/percy.yml b/.github/workflows/percy.yml index 957eafc81..3f12e171a 100644 --- a/.github/workflows/percy.yml +++ b/.github/workflows/percy.yml @@ -25,7 +25,7 @@ jobs: - name: Download OTP2 config file run: curl $PERCY_OTP2_CONFIG_URL --output /tmp/otp2config.yml env: - PERCY_OTP2_CONFIG_URL: ${{ secrets.PERCY_MOCKOTP2_CONFIG_URL_METRO_MODE_SELECTOR }} + PERCY_OTP2_CONFIG_URL: ${{ secrets.PERCY_MOCK_OTP2_GEOCODER_CONFIG }} - name: Build OTP-RR # Artifacts are shared between desktop and mobile tests (but not call-taker). run: yarn build