weather-portal/.github/workflows/test.yml
Travis Shears baac17eeff
All checks were successful
Unit Tests / Run Tests (push) Successful in 1m33s
try to manually install node on -erlang image
2026-03-23 15:39:07 +01:00

22 lines
394 B
YAML

name: Unit Tests
on:
push:
branches:
- main
jobs:
test:
name: Run Tests
runs-on: docker
container:
image: ghcr.io/gleam-lang/gleam:v1.15.2-erlang
steps:
- name: Install Node.js
run: apt-get update && apt-get install -y nodejs npm
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
run: gleam test