Skip to content

Bump actions/checkout from 4.1.6 to 4.1.7 #156

Bump actions/checkout from 4.1.6 to 4.1.7

Bump actions/checkout from 4.1.6 to 4.1.7 #156

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@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