Skip to content

2024 - Gleam - Day 01 - Part 1 #7

2024 - Gleam - Day 01 - Part 1

2024 - Gleam - Day 01 - Part 1 #7

Workflow file for this run

name: Tests - 2023 - F#
on:
push:
paths:
- ".github/workflows/2023-fsharp.yml"
- "2023/inputs/**"
- "2023/outputs/**"
- "2023/solutions/fsharp/**"
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.404
- name: Run tests
run: cd ./2023/solutions/fsharp/ && dotnet tool restore && ./test-all.sh