Merged origin/master into new branch list api
4
.github/workflows/publish.yaml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
name: Upload SvelteKit build output
|
||||
with:
|
||||
name: sveltekit-build
|
||||
path: ./app/build/
|
||||
path: ./apps/desktop/build/
|
||||
retention-days: 1
|
||||
if-no-files-found: error
|
||||
|
||||
@ -168,7 +168,7 @@ jobs:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: sveltekit-build
|
||||
path: ./app/build/
|
||||
path: ./apps/desktop/build/
|
||||
- name: Build binary
|
||||
shell: bash
|
||||
run: |
|
||||
|
2
.github/workflows/push.yaml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
- '.github/actions/**'
|
||||
node:
|
||||
- *workflows
|
||||
- 'app/**'
|
||||
- 'apps/desktop/**'
|
||||
- 'package.json'
|
||||
- 'pnpm-lock.yaml'
|
||||
common-rust: &rust
|
||||
|
6
.github/workflows/test-e2e.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
run: cd packages/ui && pnpm package
|
||||
- name: Get installed Playwright version
|
||||
id: playwright-version
|
||||
run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./app/package.json').devDependencies['@playwright/test'].substring(1))")" >> $GITHUB_ENV
|
||||
run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./apps/desktop/package.json').devDependencies['@playwright/test'].substring(1))")" >> $GITHUB_ENV
|
||||
- name: Cache playwright binaries
|
||||
uses: actions/cache@v4
|
||||
id: playwright-cache
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
if: steps.playwright-cache.outputs.cache-hit != 'true'
|
||||
run: pnpm dlx "playwright@$PLAYWRIGHT_VERSION" install --with-deps chromium
|
||||
- name: Run Tests
|
||||
run: cd app && pnpm test:e2e
|
||||
run: cd apps/desktop && pnpm test:e2e
|
||||
env:
|
||||
CI: true
|
||||
- name: Upload Artifacts
|
||||
@ -47,6 +47,6 @@ jobs:
|
||||
if: ${{ !cancelled() }}
|
||||
with:
|
||||
name: playwright-report
|
||||
path: app/test-results/**/trace.zip
|
||||
path: apps/desktop/test-results/**/trace.zip
|
||||
if-no-files-found: ignore
|
||||
retention-days: 30
|
||||
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 839 B After Width: | Height: | Size: 839 B |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 279 B After Width: | Height: | Size: 279 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 248 B |
Before Width: | Height: | Size: 289 B After Width: | Height: | Size: 289 B |
Before Width: | Height: | Size: 702 B After Width: | Height: | Size: 702 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |