mirror of
https://code.forgejo.org/actions/ovh-dns-update.git
synced 2025-01-09 13:44:46 -05:00
chore(ci): s/ubuntu-latest/docker/ in the workflow
Fixes forgejo/ovh-dns-update#5
This commit is contained in:
parent
2ac4f74b36
commit
89c88950a7
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue