Skip to content

Commit

Permalink
Added GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3te committed May 30, 2024
1 parent 6ec2d22 commit e3791bf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build Status

on: push

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17 for x64
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
architecture: x64
cache: maven
- name: Run the Maven test phase
run: mvn test
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JenkinsHue
# JenkinsHue ![Build Status](https://github.com/adessoSE/JenkinsHue/actions/workflows/workflow.yml/badge.svg?branch=master)

The application shows the state of multiple jenkins builds using Philips hue lamps. It can handle multiple lamps und bridges (Philips products). Originally this was the implementation of my IHK projekt (Fiete Wennier, June 2016).

Expand Down

0 comments on commit e3791bf

Please sign in to comment.