Allow repeated tables, but ignore nested tables #559
Annotations
1 error, 2 warnings, and 1 notice
Run integration tests:
apps/haddock3-download/integration-tests/dupheader.spec.ts#L58
1) [chromium] › dupheader.spec.ts:35:3 › given an uploaded archive with a workflow.cfg file with a duplicated header › should have both headers and added index number
Error: expect(received).toEqual(expected) // deep equality
- Expected - 9
+ Received + 3
1
2molecules = [
- 3 'some.pdb',
+ 3]
- 4]
+ 4
- 5
- 6run_dir = 'run1'
- 7
- 8[caprieval]
- 9
- 10['caprieval.2']
- 11
+ 5
↵
56 |
57 | `
> 58 | expect(content).toEqual(expected)
| ^
59 | })
60 | })
61 |
at /home/runner/work/workflow-builder/workflow-builder/apps/haddock3-download/integration-tests/dupheader.spec.ts:58:21
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run integration tests
1 flaky
[chromium] › dupheader.spec.ts:35:3 › given an uploaded archive with a workflow.cfg file with a duplicated header › should have both headers and added index number
2 skipped
7 passed (22s)
|
Loading