add fargo action
All checks were successful
Unit Tests / test (push) Successful in 57s

This commit is contained in:
Travis Shears 2026-03-23 15:03:02 +01:00
parent d1d02c5dfd
commit b104c33126
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469

28
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,28 @@
name: Unit Tests
on:
push:
branches: [main]
jobs:
test:
runs-on: docker
steps:
- run: echo All good!
# test:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v4
# - name: Set up Gleam
# uses: gleam-lang/setup-gleam@v1
# with:
# gleam-version: latest
# - name: Install dependencies
# run: cd weather_portal && gleam deps download
# - name: Run tests
# run: cd weather_portal && gleam test