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