From 1b1cd36f8c78e512aa38e36b32911f784c19e675 Mon Sep 17 00:00:00 2001 From: takumi-saito Date: Thu, 8 Feb 2024 02:47:57 +0900 Subject: [PATCH] fix --- .github/workflows/reg2.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reg2.yml b/.github/workflows/reg2.yml index b15ff3a7..fc734c86 100644 --- a/.github/workflows/reg2.yml +++ b/.github/workflows/reg2.yml @@ -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: