We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6caaff4 commit 8bfcda9Copy full SHA for 8bfcda9
.circleci/config.yml
@@ -88,6 +88,8 @@ jobs:
88
- pr-comment
89
- store_test_results:
90
path: reports
91
+ - store_artifacts:
92
+ path: reports
93
94
publish:
95
docker:
test/test_expansion.bats
@@ -71,8 +71,6 @@ function setup {
71
assert_contains_text "Orb parameter block-workflow is true."
72
}
73
74
-
75
-# See https://github.com/eddiewebb/circleci-queue/issues/26 for explanation of race condition
76
@test "Race condition on previous workflow does not fool us" {
77
# given
78
process_config_with test/inputs/command-defaults.yml
0 commit comments