diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c3ad6cde44..ac475941e2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -95,6 +95,6 @@ jobs: echo "LINT_RESULT: $LINT_RESULT" echo "JEST_RESULT: $JEST_RESULT" echo "RSPEC_RESULT: $RSPEC_RESULT" - echo "RSPEC_FLAPPING_RESULT: $RESPEC_FLAPPING_RESULT" + echo "RSPEC_FLAPPING_RESULT: $RSPEC_FLAPPING_RESULT" # Square each result to make sure they're all positive (and don't cancel each other out). exit `expr $LINT_RESULT '*' $LINT_RESULT + $RSPEC_RESULT '*' $RSPEC_RESULT + $JEST_RESULT '*' $JEST_RESULT` diff --git a/spec/models/itemsets_form_attachment_spec.rb b/spec/models/itemsets_form_attachment_spec.rb index d78849380a..b9d3833abb 100644 --- a/spec/models/itemsets_form_attachment_spec.rb +++ b/spec/models/itemsets_form_attachment_spec.rb @@ -136,7 +136,7 @@ end end - context "for muliple languages" do + context "for muliple languages", flapping: true do let(:question_types) { %w[multilevel_select_one] } before do