Skip to content

Commit

Permalink
chore(e2e): order around docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jan 13, 2025
1 parent 093f9d6 commit 6c886fe
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ jobs:
node-version: 20
cache: "npm"

- run: npm ci
- name: Install npm dependencies
run: npm ci

- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Run the TypeScript build
run: npx tsc
Expand Down Expand Up @@ -78,9 +82,7 @@ jobs:
wait-time: 50
require-status: running
require-healthy: true

- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Run Playwright tests
run: TRILIUM_DOCKER=1 npx playwright test
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6c886fe

Please sign in to comment.