From bb3d62a40f51b482006b7989cf95403ec23d4e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Mestres?= Date: Thu, 19 Oct 2023 16:49:33 +0200 Subject: [PATCH] test for enabling percy on CI ? --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0ec78b..b562ef3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,4 +16,6 @@ jobs: - name: Install Dependencies run: yarn install --frozen-lockfile - name: Test - run: yarn test + run: yarn percy exec -- ember test + env: + PERCY_TOKEN: ${{ vars.PERCY_TOKEN }}