CI/CD Pipeline #115
ci.yml
on: schedule
Annotations
15 errors
|
Lint Code
Process completed with exit code 1.
|
|
Run Tests (ubuntu-latest, 20)
Process completed with exit code 1.
|
|
tests/unit/platform.test.ts > PlatformManager > getOAuthCallbackScheme() > should return localhost URL for desktop:
tests/unit/platform.test.ts#L88
AssertionError: expected 'http://127.0.0.1:3000/callback' to be 'http://localhost:3000/callback' // Object.is equality
Expected: "http://localhost:3000/callback"
Received: "http://127.0.0.1:3000/callback"
❯ tests/unit/platform.test.ts:88:56
|
|
tests/unit/mobileIntegration.test.ts > Mobile Integration Tests > OAuth Handler Selection > should use localhost OAuth callback on desktop:
tests/unit/mobileIntegration.test.ts#L193
AssertionError: expected 'http://127.0.0.1:3000/callback' to be 'http://localhost:3000/callback' // Object.is equality
Expected: "http://localhost:3000/callback"
Received: "http://127.0.0.1:3000/callback"
❯ tests/unit/mobileIntegration.test.ts:193:30
|
|
tests/unit/mobileIntegration.test.ts > Mobile Integration Tests > Platform-Specific Configuration > should use desktop-optimized settings on desktop:
tests/unit/mobileIntegration.test.ts#L157
AssertionError: expected 'http://127.0.0.1:3000/callback' to be 'http://localhost:3000/callback' // Object.is equality
Expected: "http://localhost:3000/callback"
Received: "http://127.0.0.1:3000/callback"
❯ tests/unit/mobileIntegration.test.ts:157:56
|
|
Run Tests (ubuntu-latest, 18)
The strategy configuration was canceled because "test.ubuntu-latest_20" failed
|
|
Run Tests (ubuntu-latest, 18)
Process completed with exit code 1.
|
|
Run Tests (macos-latest, 18)
The strategy configuration was canceled because "test.ubuntu-latest_20" failed
|
|
Run Tests (macos-latest, 18)
The operation was canceled.
|
|
Run Tests (windows-latest, 20)
The strategy configuration was canceled because "test.ubuntu-latest_20" failed
|
|
Run Tests (windows-latest, 20)
The operation was canceled.
|
|
Run Tests (windows-latest, 18)
The strategy configuration was canceled because "test.ubuntu-latest_20" failed
|
|
Run Tests (windows-latest, 18)
The operation was canceled.
|
|
Run Tests (macos-latest, 20)
The strategy configuration was canceled because "test.ubuntu-latest_20" failed
|
|
Run Tests (macos-latest, 20)
The operation was canceled.
|