Skip to content

Commit

Permalink
chore: exclude cluster change on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveigah committed Nov 21, 2024
1 parent bffc37e commit d837306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- run: docker compose -f "test/compose_files/docker-compose.yml" up -d
- run: MIX_ENV=prod mix deps.get
- run: MIX_ENV=prod mix compile --warnings-as-errors
- run: mix test --warnings-as-errors
- run: mix test --exclude cluster_change --warnings-as-errors

0 comments on commit d837306

Please sign in to comment.