mirror of
https://code.forgejo.org/actions/ovh-dns-update.git
synced 2025-01-09 13:44: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:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: 'code.forgejo.org/oci/node:20-bookworm'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: https://code.forgejo.org/actions/setup-go@v4
|
- uses: https://code.forgejo.org/actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: ">=1.21"
|
go-version-file: "go.mod"
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- name: run the fake API server
|
- name: run the fake API server
|
||||||
id: test
|
id: test
|
||||||
|
|
Loading…
Reference in a new issue