Skip to content

🤖 Sync org-wide files to upstream repo (#128) #165

🤖 Sync org-wide files to upstream repo (#128)

🤖 Sync org-wide files to upstream repo (#128) #165

name: Test Escript Build
on:
push:
paths:
- ".github/**"
- "exercism_test_helper/**"
jobs:
build:
runs-on: ubuntu-22.04
container:
image: hexpm/elixir:1.17.0-erlang-27.0-debian-bookworm-20240612
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Install Dependencies
run: |
cd exercism_test_helper
mix local.rebar --force
mix local.hex --force
mix deps.get
- name: Run Tests
run: |
cd exercism_test_helper
mix test