chore(ci): s/ubuntu-latest/docker/ in the workflow

Fixes forgejo/ovh-dns-update#5
This commit is contained in:
Earl Warren 2024-12-04 09:10:57 +01:00
parent 2ac4f74b36
commit 89c88950a7
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 0579CB2928A78A00

View file

@ -5,12 +5,14 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: docker
container:
image: 'code.forgejo.org/oci/node:20-bookworm'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: https://code.forgejo.org/actions/setup-go@v4
with:
go-version: ">=1.21"
go-version-file: "go.mod"
check-latest: true
- name: run the fake API server
id: test