Skip to content

Tilsbury Treasure Hunt doesn't test for the first case of section 4 #1239

Tilsbury Treasure Hunt doesn't test for the first case of section 4

Tilsbury Treasure Hunt doesn't test for the first case of section 4 #1239

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
- uses: erlef/setup-beam@6389fe58dcb1ee91fd829c7c65bf8771b06dacc4
with:
otp-version: "26.2"
gleam-version: "1.10.0"
elixir-version: "1.16.2"
rebar3-version: "3"
- name: Run tests for all exercises
run: bin/test
- name: Check formatting
run: gleam format --check exercises/*/*/{src,test,.meta}/*.gleam
- name: Check manifests
run: bin/sync-exercise-project-configs --check