Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
takumi-saito committed Feb 7, 2024
1 parent d394465 commit 1b1cd36
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/reg2.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# .github/workflows/reg.yml
name: Visual Regression Testing2

on:
pull_request:
types: [opened, reopened]

jobs:
build:
reg-screenshot-test:
runs-on: ubuntu-latest
timeout-minutes: 20

permissions:
actions: read # for downloading artifacts
contents: write # for pushing screenshot-diff to companion branch
pull-requests: write # for creating a comment on pull requests

steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 1b1cd36

Please sign in to comment.