Skip to content

Commit

Permalink
chore(ci): set percy base branch
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Sep 7, 2022
1 parent ac45c98 commit 69eefd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,14 @@ jobs:
/home/runner/.cache/Cypress
key: ${{ runner.os }}-${{ hashFiles('./yarn.lock') }}
- run: yarn --frozen-lockfile --non-interactive
- run: echo "COMMIT=$(git rev-parse HEAD)" >> $GITHUB_ENV
- run: yarn cy:run
working-directory: ./packages/vuetify
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
PERCY_BRANCH: next
PERCY_TARGET_BRANCH: next
PERCY_COMMIT: ${{ env.COMMIT }}
- uses: actions/upload-artifact@v2
if: failure()
with:
Expand Down

0 comments on commit 69eefd9

Please sign in to comment.