Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
takumi-saito committed Feb 8, 2024
1 parent eacfd6b commit 8075204
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/reg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Visual Regression Testing

## プルリクエストのスクリーンショットを保存するワークフロー
on:
push:
branches:
- demo_reg_suit
pull_request:
types: [opened, reopened]

Expand Down Expand Up @@ -69,4 +72,7 @@ jobs:
body: |
reg-suit report
https://takumi-saito.github.io/VrtSampleApp/${{github.head_ref}}
edit-mode: replace
edit-mode: replace
- name: Run reg-suit publish
run: |
yarn run reg-suit publish -n

0 comments on commit 8075204

Please sign in to comment.