You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: circle.yml
+1
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ test:
15
15
override:
16
16
- mkdir test_dir
17
17
- cd test_dir && COVERAGE_FILE=../.coverage.init coverage run ../ctf-cli.py init
18
+
- cd test_dir && COVAREGE_FILE=../.coverage.remote_add coverage run ../ctf-cli.py remote add steps https://github.com/Containers-Testing-Framework/common-steps.git
18
19
- cd test_dir && COVAREGE_FILE=../.coverage.remote_add coverage run ../ctf-cli.py remote add features https://github.com/Containers-Testing-Framework/common-features.git
19
20
- cd test_dir && COVERAGE_FILE=../.coverage.update coverage run ../ctf-cli.py update
20
21
- cd test_dir && COVERAGE_FILE=../.coverage.run coverage run ../ctf-cli.py run
0 commit comments