Skip to content

Commit

Permalink
Merge pull request #692 from pixiv/mimo/fix-playwright-install
Browse files Browse the repository at this point in the history
playwrightのinstallでこけてるの直す
  • Loading branch information
mimokmt authored Jan 16, 2025
2 parents 7659229 + 14e23b7 commit ae31dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
prepare-base-branch:
name: Prepare base branch image snapshots
timeout-minutes: 20
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout base branch
uses: actions/checkout@v4
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
test-storybook:
name: Build Storybook
timeout-minutes: 20
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: prepare-base-branch
steps:
- name: Checkout branch
Expand Down

0 comments on commit ae31dc2

Please sign in to comment.