Skip to content

Commit

Permalink
build: comment out vrt in ci.yml to test if running from netlify works
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgallo committed Dec 12, 2024
1 parent 1c918d1 commit 4e0c631
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,27 +182,27 @@ jobs:
name: playwright-avt-report
path: .playwright

vrt-runner:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20.x'
cache: yarn
- name: Install
run: yarn
- name: Install browsers
run: yarn playwright install --with-deps
- name: Build project
run: yarn build
- name: Run VRT
working-directory: packages/core
env:
PERCY_TOKEN: web_d04495b0b413d61c2ea6b9118d1748b43f4fdd58d17ebe453ef8e0016b5766e4
run: yarn percy storybook storybook-static
# vrt-runner:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# - name: Setup Node.js
# uses: actions/setup-node@v2
# with:
# node-version: '20.x'
# cache: yarn
# - name: Install
# run: yarn
# - name: Install browsers
# run: yarn playwright install --with-deps
# - name: Build project
# run: yarn build
# - name: Run VRT
# working-directory: packages/core
# env:
# PERCY_TOKEN: web_d04495b0b413d61c2ea6b9118d1748b43f4fdd58d17ebe453ef8e0016b5766e4
# run: yarn percy storybook storybook-static

avt:
if: ${{ always() }}
Expand Down

0 comments on commit 4e0c631

Please sign in to comment.