Skip to content

Bump actions/checkout from 4.2.0 to 4.2.2 (#131) #170

Bump actions/checkout from 4.2.0 to 4.2.2 (#131)

Bump actions/checkout from 4.2.0 to 4.2.2 (#131) #170

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