Skip to content

chore(deps): bump the all-actions group across 1 directory with 2 updates #138

chore(deps): bump the all-actions group across 1 directory with 2 updates

chore(deps): bump the all-actions group across 1 directory with 2 updates #138

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
env:
MIX_ENV: test
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Set up Elixir with shared cache
uses: ./.github/actions/setup-elixir
with:
mix-env: test
- name: Compile
run: mix compile --warnings-as-errors
- name: Run tests
run: mix test