This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Bump k8s.io/apimachinery from 0.18.2 to 0.18.8 #47
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
types: [opened, synchronize] | |
name: test on PRs | |
jobs: | |
pullRequestOpened: | |
name: pull request opened | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: go test -race ./... | |
uses: ./.github/action/go-tools | |
with: | |
args: test -race ./... | |
# No need to push the image, we just want to validate it is build correctly | |
- name: operator-sdk build | |
env: | |
GO111MODULE: "on" | |
uses: ./.github/action/operator-sdk | |
with: | |
args: build registry.lightbend.com/lightbend-akkacluster-operator:latest |