Skip to content

Commit

Permalink
Add CI badges in README files
Browse files Browse the repository at this point in the history
  • Loading branch information
gmantele committed Dec 6, 2023
1 parent 8c1120d commit 72de669
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/adqllib.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test ADQLLib project
name: Test ADQLLib

on:
push:
Expand All @@ -16,4 +16,4 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
run: ./gradlew :ADQLLib:build
run: ./gradlew :ADQLLib:test
4 changes: 2 additions & 2 deletions .github/workflows/taplib.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test TAPLib project
name: Test TAPLib

on:
push:
Expand All @@ -16,4 +16,4 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
run: ./gradlew :TAPLib:build
run: ./gradlew :TAPLib:test
4 changes: 2 additions & 2 deletions .github/workflows/uwslib.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test UWSLib project
name: Test UWSLib

on:
push:
Expand All @@ -16,4 +16,4 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
run: ./gradlew :UWSLib:build
run: ./gradlew :UWSLib:test
2 changes: 2 additions & 0 deletions ADQLLib/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Test ADQLLib](https://github.com/gmantele/vollt/actions/workflows/adqllib.yml/badge.svg)](https://github.com/gmantele/vollt/actions/workflows/adqllib.yml)

# Preamble

This project aims to provide a Java library to parse, manipulate and translate
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Test ADQLLib](https://github.com/gmantele/vollt/actions/workflows/adqllib.yml/badge.svg)](https://github.com/gmantele/vollt/actions/workflows/adqllib.yml)
[![Test UWSLib](https://github.com/gmantele/vollt/actions/workflows/uwslib.yml/badge.svg)](https://github.com/gmantele/vollt/actions/workflows/uwslib.yml)
[![Test TAPLib](https://github.com/gmantele/vollt/actions/workflows/taplib.yml/badge.svg)](https://github.com/gmantele/vollt/actions/workflows/taplib.yml)

# Preamble

This GitHub repository contains the sources of the library-set named VOLLT. It
Expand Down Expand Up @@ -65,6 +69,8 @@ configuration._

- Remove all generated files: `gradle clean`

- List projects: `gradle -q projects`

- List all available Gradle tasks: `gradle tasks`

# Contribution
Expand Down
2 changes: 2 additions & 0 deletions TAPLib/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Test TAPLib](https://github.com/gmantele/vollt/actions/workflows/taplib.yml/badge.svg)](https://github.com/gmantele/vollt/actions/workflows/taplib.yml)

# Preamble

This project aims to provide a Java library to set up a TAP service. It is
Expand Down
2 changes: 2 additions & 0 deletions UWSLib/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Test UWSLib](https://github.com/gmantele/vollt/actions/workflows/uwslib.yml/badge.svg)](https://github.com/gmantele/vollt/actions/workflows/uwslib.yml)

# Preamble

This project aims to provide a Java library to set up a UWS service. It is
Expand Down

0 comments on commit 72de669

Please sign in to comment.