Skip to content

Commit 22bbc49

Browse files
Use fine-grained steps in cli tests job
1 parent b182ed3 commit 22bbc49

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
@@ -1377,11 +1377,18 @@ jobs:
13771377
<<: *base_ubuntu2404_arm_medium
13781378
parallelism: 8 # Should match number of tests in .circleci/parallel_cli_tests.py
13791379
steps:
1380+
- checkout
1381+
- attach_workspace:
1382+
at: build
13801383
- run:
13811384
name: Create symbolic link with expected solc binary name
13821385
command: |
13831386
ln --symbolic --relative build/solc/solc-static-linux-arm build/solc/solc
1384-
- cmdline_tests
1387+
- run_cmdline_tests
1388+
- store_test_results:
1389+
path: test_results/
1390+
- store_artifacts_test_results
1391+
- matrix_notify_failure_unless_pr
13851392

13861393
t_ubu_force_release_cli: &t_ubu_force_release_cli
13871394
<<: *t_ubu_cli

0 commit comments

Comments
 (0)