Skip to content

Commit

Permalink
Update actions and badge in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
René Meier committed Jan 12, 2022
1 parent 92a22f2 commit fe3d145
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
name: Docker Image CI
name: Docker Image

on:
push:
branches: [ master ]

jobs:

docker:

name: Push Docker image to Docker Hub
runs-on: ubuntu-latest

steps:

- name: Log in to Docker Hub
uses: docker/login-action@v1
with:
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Java CI with Maven
name: Build with Maven

on:
push:
Expand All @@ -16,12 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
- uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- run: mvn -B package --file pom.xml

5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
[![Build Status](https://travis-ci.org/ipb-halle/MetFragRelaunched.svg?branch=master)](https://travis-ci.org/ipb-halle/MetFragRelaunched)
![Build CI](https://github.com/ipb-halle/MetFragRelaunched/actions/workflows/maven.yml/badge.svg)
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat-square)](http://bioconda.github.io/recipes/metfrag/README.html)

MetFrag relaunched
==================

##### Requirements
- Java >= 1.6
- Apache Maven ≥ 3.0.4
##### Requirements tested
- Java = openjdk11
- Apache Maven = 3.8

Expand Down

0 comments on commit fe3d145

Please sign in to comment.