Skip to content

Bump actions/checkout from 4.1.5 to 4.1.6 (#124) #155

Bump actions/checkout from 4.1.5 to 4.1.6 (#124)

Bump actions/checkout from 4.1.5 to 4.1.6 (#124) #155

name: Test Escript Build
on:
push:
paths:
- '.github/**'
- 'exercism_test_helper/**'
jobs:
build:
runs-on: ubuntu-22.04
container:
image: hexpm/elixir:1.16.0-erlang-26.2.1-debian-bookworm-20231009
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- 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