Skip to content

Commit 69eefd9

Browse files
committed
chore(ci): set percy base branch
1 parent ac45c98 commit 69eefd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,14 @@ jobs:
8686
/home/runner/.cache/Cypress
8787
key: ${{ runner.os }}-${{ hashFiles('./yarn.lock') }}
8888
- run: yarn --frozen-lockfile --non-interactive
89+
- run: echo "COMMIT=$(git rev-parse HEAD)" >> $GITHUB_ENV
8990
- run: yarn cy:run
9091
working-directory: ./packages/vuetify
9192
env:
9293
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
94+
PERCY_BRANCH: next
95+
PERCY_TARGET_BRANCH: next
96+
PERCY_COMMIT: ${{ env.COMMIT }}
9397
- uses: actions/upload-artifact@v2
9498
if: failure()
9599
with:

0 commit comments

Comments
 (0)