Skip to content

Commit 5132db7

Browse files
authored
Merge pull request #6 from cisco-open/fix-ci
Fix and enhance CI operations
2 parents ac50b66 + e92038c commit 5132db7

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
66
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
77

8-
name: Java CI with Gradle
8+
name: Build and test
99

1010
on:
1111
push:
1212
branches: [ "**" ]
13-
pull_request:
14-
branches: [ "**" ]
1513

1614
permissions:
1715
contents: read
@@ -22,12 +20,11 @@ jobs:
2220
runs-on: ubuntu-latest
2321

2422
steps:
25-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v2
2624
- name: Set up JDK 11
27-
uses: actions/setup-java@v3
25+
uses: actions/setup-java@v1
2826
with:
2927
java-version: '11'
30-
distribution: 'coretto'
3128
- name: Build with Gradle
3229
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
3330
with:

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
# test-telemetry-generator
2+
3+
![GitHub all releases](https://img.shields.io/github/downloads/cisco-open/test-telemetry-generator/total)
4+
![GitHub](https://img.shields.io/github/license/cisco-open/test-telemetry-generator)
5+
6+
[![Java CI with Gradle](https://github.com/cisco-open/test-telemetry-generator/actions/workflows/gradle.yml/badge.svg)](https://github.com/cisco-open/test-telemetry-generator/actions/workflows/gradle.yml)
7+
![GitHub last commit](https://img.shields.io/github/last-commit/cisco-open/test-telemetry-generator)
8+
![Open Issues](https://img.shields.io/github/issues/cisco-open/test-telemetry-generator)
9+
![Open PRs](https://img.shields.io//github/issues-pr/cisco-open/test-telemetry-generator)
10+
11+
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/cisco-open/test-telemetry-generator)
12+
<!--- Add more tags -->
13+

0 commit comments

Comments
 (0)