Skip to content

bookworm and otp 27.2 #172

bookworm and otp 27.2

bookworm and otp 27.2 #172

name: Test Escript Build
on:
push:
paths:
- ".github/**"
- "exercism_test_helper/**"
jobs:
build:
runs-on: ubuntu-22.04
container:
image: hexpm/elixir:1.18.0-erlang-27.2-debian-bookworm-20241202
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- 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