fix: e2e.yml (#213)
This commit is contained in:
7
.github/workflows/e2e.yml
vendored
7
.github/workflows/e2e.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user