mirror of
https://code.forgejo.org/actions/ovh-dns-update.git
synced 2025-01-09 05:34:46 -05:00
Merge pull request 'chore(ci): s/ubuntu-latest/docker/ in the workflow' (#7) from earl-warren/ovh-dns-update:wip-workflow into main
Reviewed-on: https://code.forgejo.org/forgejo/ovh-dns-update/pulls/7 Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
commit
bbf73b7e73
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