Skip to content

Commit

Permalink
CIコンテナでE2Eが動かない問題を調整
Browse files Browse the repository at this point in the history
  • Loading branch information
s-sasaki-0529 committed Jan 10, 2024
1 parent 9e7be60 commit c8e557d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
run: yarn install
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Build and Start Next.js
run: |
yarn build
yarn start
- name: Run Playwright tests
run: xvfb-run yarn e2e:head
- uses: actions/upload-artifact@v3
Expand Down

1 comment on commit c8e557d

@vercel
Copy link

@vercel vercel bot commented on c8e557d Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.