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 17906a2 commit 9e7be60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: yarn e2e:head
run: xvfb-run yarn e2e:head
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

1 comment on commit 9e7be60

@vercel
Copy link

@vercel vercel bot commented on 9e7be60 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.