weather-portal/.github/workflows/test.yml
Travis Shears b13fa4d160
Some checks are pending
Unit Tests / Run Tests (push) Waiting to run
attempt to configure gleam test action
2026-03-23 15:10:15 +01:00

21 lines
354 B
YAML

name: Unit Tests
on:
push:
branches:
- main
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
container:
image: ghcr.io/gleam-lang/gleam:1.15.2-scratch
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
working-directory: ./weather_portal
run: gleam test