mirror of
https://github.com/fosrl/olm.git
synced 2026-02-21 20:36:42 +00:00
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@@ -11,16 +11,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
|
|
||||||
- name: Clone fosrl/newt
|
|
||||||
uses: actions/checkout@v6
|
|
||||||
with:
|
|
||||||
repository: fosrl/newt
|
|
||||||
path: ../newt
|
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
|
||||||
with:
|
with:
|
||||||
go-version: 1.25
|
go-version: 1.25
|
||||||
|
|
||||||
@@ -28,7 +22,7 @@ jobs:
|
|||||||
run: go build
|
run: go build
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: make build
|
run: make docker-build-release
|
||||||
|
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: make go-build-release
|
run: make go-build-release
|
||||||
|
|||||||
Reference in New Issue
Block a user