use main image instead of scratch
Some checks failed
Unit Tests / Run Tests (push) Failing after 1s

This commit is contained in:
Travis Shears 2026-03-23 15:18:24 +01:00
parent 4ee4265198
commit 77ff9eb453
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469

View file

@ -10,7 +10,7 @@ jobs:
name: Run Tests
runs-on: docker
container:
image: ghcr.io/gleam-lang/gleam:v1.15.2-scratch
image: ghcr.io/gleam-lang/gleam:v1.15.2
steps:
- name: Checkout code
uses: actions/checkout@v4