Skip to content

Commit

Permalink
Don't run tagged tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
geekingfrog committed Jun 5, 2024
1 parent 952acb5 commit 672ada5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ jobs:

# Step: Execute the tests.
- name: Run tests
run: mix test
run: mix test --exclude needs_attention

0 comments on commit 672ada5

Please sign in to comment.