Skip to content

Commit

Permalink
test: visual-test playwright add docker ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
NasgulNexus committed Jul 22, 2024
1 parent 23c2e54 commit 0b25a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-visual-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
visual_tests:
name: Visual Tests
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.42.1-jammy
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -15,8 +17,6 @@ jobs:
cache: npm
- name: Install Packages
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Visual Tests
run: npm run playwright
env:
Expand Down

0 comments on commit 0b25a60

Please sign in to comment.