Skip to content

Commit

Permalink
Merge pull request #2 from hdurand0710/fix-wrong-commit
Browse files Browse the repository at this point in the history
Fix wrong commit
  • Loading branch information
hdurand0710 authored Feb 28, 2022
2 parents 5bdbf8f + 76826e4 commit 79402e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,24 +0,0 @@
name: Go

on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15

- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: go
dist: xenial
go_import_path: kubevirt.io/cloud-provider-kubevirt
go:
- 1.15.x

0 comments on commit 79402e3

Please sign in to comment.