Merge pull request #212 from proofsh/codex/find-includespecialcolumns #298
release.yml
on: push
Lint
30s
Type Check
32s
Deterministic Contract Tests
1m 4s
CLI External Integration Smoke Tests
37s
fmodata E2E Tests
33s
Release
0s
Annotations
2 errors
|
CLI External Integration Smoke Tests
Process completed with exit code 1.
|
|
tests/browser-apps.smoke.test.ts > External integration smoke tests (non-interactive CLI) > should create a browser project with FileMaker integration in non-interactive mode:
packages/cli/tests/browser-apps.smoke.test.ts#L75
AssertionError: expected [Function] to not throw an error but 'Error: Command failed: node "/home/ru…' was thrown
- Expected:
undefined
+ Received:
"Error: Command failed: node \"/home/runner/work/proofkit/proofkit/packages/cli/dist/index.js\" init test-fm-project --non-interactive --app-type browser --data-source filemaker --server \"https://acme-dev.ottomatic.cloud\" --admin-api-key \"ak▒▒▒▒▒\" --data-api-key \"dk▒▒▒▒▒\" --file-name \"fmdapi_test.fmp12\" --layout-name \"contacts\" --schema-name Contacts --no-git
Layout \"contacts\" was not found in fmdapi_test.fmp12.
"
❯ tests/browser-apps.smoke.test.ts:75:12
|