Skip to content

Commit

Permalink
Switch to playwright:true
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Feb 8, 2024
1 parent 283026a commit cf9e079
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test (Playwright)

on:
workflow_run:
workflows: ["Test (base)"]
workflows: ['Test (base)']
types:
- completed

Expand All @@ -26,11 +26,11 @@ jobs:

- name: Install Playwright
run: |
yarn playwright install
yarn playwright install
- name: Build
run: |
yarn run build
yarn run build
- name: Run tests
run: |
Expand All @@ -40,4 +40,4 @@ jobs:
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PLAYWRIGHT_PROJECT_TOKEN }}
buildScriptName: build-archive-storybook:playwright
playwright: true

0 comments on commit cf9e079

Please sign in to comment.