Skip to content

Commit 0a02511

Browse files
Use fine-grained steps in cli tests job
1 parent dce1fa9 commit 0a02511

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.circleci/config.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,11 +1373,18 @@ jobs:
13731373
<<: *base_ubuntu2404_arm_medium
13741374
parallelism: 8 # Should match number of tests in .circleci/parallel_cli_tests.py
13751375
steps:
1376+
- checkout
1377+
- attach_workspace:
1378+
at: build
13761379
- run:
13771380
name: Create symbolic link with expected solc binary name
13781381
command: |
13791382
ln --symbolic --relative build/solc/solc-static-linux-arm build/solc/solc
1380-
- cmdline_tests
1383+
- run_cmdline_tests
1384+
- store_test_results:
1385+
path: test_results/
1386+
- store_artifacts_test_results
1387+
- matrix_notify_failure_unless_pr
13811388

13821389
t_ubu_force_release_cli: &t_ubu_force_release_cli
13831390
<<: *t_ubu_cli

0 commit comments

Comments
 (0)