Skip to content

Commit

Permalink
allow to manually run test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah authored May 15, 2024
1 parent 347a168 commit afa7aca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
name: Elixir CI

on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
Expand Down Expand Up @@ -77,4 +78,4 @@ jobs:
run: |
cd examples/mix_project
mix deps.get
mix test
mix test

0 comments on commit afa7aca

Please sign in to comment.