Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#879: Renaming integration-tests and adding badges #889

Merged
merged 11 commits into from
Sep 16, 2022
2 changes: 1 addition & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Build MacOS
name: Integration Test MacOS
on:
schedule:
- cron: '0 2 * * *'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Build Ubuntu
name: Integration Test Ubuntu
on:
schedule:
- cron: '0 3 * * *'
Expand All @@ -22,4 +22,4 @@ jobs:
- name: Build project with Maven
run: |
export INTEGRATION_TEST=true
mvn -B -ntp install
mvn -B -ntp install
4 changes: 2 additions & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Build Windows
name: Integration Test Windows
on:
schedule:
- cron: '0 1 * * *'
Expand Down Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Build project with Maven
run: |
export INTEGRATION_TEST=true
mvn -B -ntp install
mvn -B -ntp install
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Release in process:
* https://github.com/devonfw/ide/issues/751[#751]: Documentation of functions
* https://github.com/devonfw/ide/issues/832[#832]: Solution for unstable update sites
* https://github.com/devonfw/ide/issues/877[#877]: Update version of vscode to 1.71.0+
* https://github.com/devonfw/ide/issues/879[#879]: Renaming integration-tests and adding badges

The full list of changes for this release can be found in https://github.com/devonfw/ide/milestone/32?closed=1[milestone 2022.08.002].

Expand Down
4 changes: 4 additions & 0 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Tool to automate setup and update of development environment.
image:https://img.shields.io/github/license/devonfw/ide.svg?label=License["Apache License, Version 2.0",link=https://github.com/devonfw/ide/blob/master/LICENSE]
image:https://img.shields.io/maven-central/v/com.devonfw.tools.ide/devonfw-ide-scripts.svg?label=Maven%20Central["Maven Central",link=https://search.maven.org/search?q=g:com.devonfw.tools.ide]
image:https://github.com/devonfw/ide/actions/workflows/build.yml/badge.svg["Build Status",link="https://github.com/devonfw/ide/actions/workflows/build.yml"]
image:https://github.com/devonfw/ide/actions/workflows/test-windows.yml/badge.svg["Windows",link="https://github.com/devonfw/ide/actions/workflows/test-windows.yml"]
image:https://github.com/devonfw/ide/actions/workflows/test-ubuntu.yml/badge.svg["Ubuntu",link="https://github.com/devonfw/ide/actions/workflows/test-ubuntu.yml"]
image:https://github.com/devonfw/ide/actions/workflows/test-macos.yml/badge.svg["MacOS",link="https://github.com/devonfw/ide/actions/workflows/test-macos.yml"]


== Introduction

Expand Down