Skip to content

Commit

Permalink
tag additional flapping spec, fix typo in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
meltheadorable committed Mar 20, 2024
1 parent ba00a95 commit 6e8fec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
2 changes: 1 addition & 1 deletion spec/models/itemsets_form_attachment_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e8fec5

Please sign in to comment.