Skip to content

Commit cf59a2d

Browse files
Fix broken test and badge (#418)
* use ubuntu 22.04 for cpp test * fix broken badge
1 parent ba27e7f commit cf59a2d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/gv-oracle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main ]
88
jobs:
99
odbTest:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111

1212
services:
1313
odb3:

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
[![Go Build](https://github.com/paypal/hera/actions/workflows/go.yml/badge.svg?branch=master)](https://github.com/paypal/hera/actions/workflows/go.yml)
2-
[![Java CI with Maven](https://github.com/paypal/hera/actions/workflows/jdbc-ci-maven.yml/badge.svg?branch=master)](https://github.com/paypal/hera/actions/workflows/jdbc-ci-maven.yml)
1+
[![Go Build](https://github.com/paypal/hera/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/paypal/hera/actions/workflows/go.yml)
2+
[![Java CI with Maven](https://github.com/paypal/hera/actions/workflows/jdbc-ci-maven.yml/badge.svg?branch=main)](https://github.com/paypal/hera/actions/workflows/jdbc-ci-maven.yml)
3+
[![Functional Tests](https://github.com/paypal/hera/actions/workflows/manual-ft.yml/badge.svg?branch=main)](https://github.com/paypal/hera/actions/workflows/manual-ft.yml)
34
[![License](http://img.shields.io/:license-Apache%202-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
45

56
<img src="docs/hera.png" height="240" width="340">

0 commit comments

Comments
 (0)