Skip to content

Commit

Permalink
add run backstop test
Browse files Browse the repository at this point in the history
  • Loading branch information
miriamgoldman committed Jul 31, 2024
1 parent 421a38c commit f868ceb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/backstop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: VRT with Backstop JS
on:
pull_request:
types:
- opened
- synchronize
branches:
- main

Expand All @@ -17,6 +20,10 @@ jobs:
- name: Install Backstop
run: npm install backstopjs

- name: Run Backstop
run: backstop test





0 comments on commit f868ceb

Please sign in to comment.