Skip to content

Commit 8bfcda9

Browse files
committed
hope for better timing
1 parent 6caaff4 commit 8bfcda9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
- pr-comment
8989
- store_test_results:
9090
path: reports
91+
- store_artifacts:
92+
path: reports
9193

9294
publish:
9395
docker:

test/test_expansion.bats

-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ function setup {
7171
assert_contains_text "Orb parameter block-workflow is true."
7272
}
7373

74-
75-
# See https://github.com/eddiewebb/circleci-queue/issues/26 for explanation of race condition
7674
@test "Race condition on previous workflow does not fool us" {
7775
# given
7876
process_config_with test/inputs/command-defaults.yml

0 commit comments

Comments
 (0)