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 }}