Skip to content

Commit

Permalink
Merge pull request #130 from sp-yduck/improve/ci
Browse files Browse the repository at this point in the history
merge ci workflows
  • Loading branch information
sp-yduck authored Nov 10, 2023
2 parents f58b17d + 176887d commit 7602a7c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/docker-ci.yml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: docker build
name: CI

on:
push:
Expand All @@ -10,7 +10,18 @@ env:
IMAGE_NAME: spyduck/cluster-api-provider-proxmox

jobs:
# add public code coverage reports
coverage:
name: unit test coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: "make unit-test-cover"
- uses: codecov/codecov-action@v2

# build and push to docker.io
build:
name: docker build & push
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/cover.yaml

This file was deleted.

0 comments on commit 7602a7c

Please sign in to comment.