Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Apr 10, 2024
1 parent b824260 commit 2195474
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 @@ -6,7 +6,7 @@ on:

jobs:
mix_test:
name: mix test (${{matrix.elixir}}/${{matrix.otp}}${{ matrix.run_plugin_tests && ', plugin_tests' }}${{ matrix.run_integration_tests && ', integration_tests' }})
name: mix test (${{matrix.elixir}}/${{matrix.otp}}${{ matrix.run_plugin_tests && ', plugin_tests' }}${{ matrix.run_integration_tests && ', integration_tests' }}${{ matrix.warnings_as_errors && ', warnings_as_errors' }}${{ matrix.old_deps && ', old_deps' }}${{ matrix.update_deps && ', update_deps' }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 2195474

Please sign in to comment.