fix: e2e.yml (#213)

This commit is contained in:
kimatata
2025-04-27 19:47:14 +09:00
committed by GitHub
parent f781bcc550
commit c767d544bd

View File

@@ -22,11 +22,14 @@ jobs:
run: |
sudo apt install -y docker-compose
- name: Install dependencies
run: npm install
- name: Install Playwright
run: npx playwright install
run: npx playwright install --with-deps
- name: Start docker containers
run: docker-compose up --build
run: docker-compose up --build -d
- name: Run E2E tests
run: npm run e2e