Merge pull request #1679 from finos/dependabot/github_actions/github-… #10368
ci.yml
on: push
Matrix: build-ubuntu
build-windows
7m 31s
build result
11s
Annotations
4 errors
|
build-ubuntu (24.x, 6.0)
Process completed with exit code 1.
|
|
test/ConfigLoader.test.ts > ConfigLoader > loadRemoteConfig > should throw error for invalid configuration file path (git):
test/ConfigLoader.test.ts#L483
AssertionError: expected [Function] to throw error including 'Invalid configuration file path in re…' but got 'Failed to pull repository: Command fa…'
- Expected
+ Received
- Invalid configuration file path in repository
+ Failed to pull repository: Command failed: git pull
+ You are not currently on a branch.
+ Please specify which branch you want to merge with.
+ See git-pull(1) for details.
+
+ git pull <remote> <branch>
+
+
❯ test/ConfigLoader.test.ts:483:7
|
|
test/ConfigLoader.test.ts > ConfigLoader > loadRemoteConfig > should load configuration from git repository:
test/ConfigLoader.test.ts#L458
Error: Test timed out in 10000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/ConfigLoader.test.ts:458:5
|
|
build result
Process completed with exit code 1.
|