Skip to content

Commit f93d348

Browse files
committed
add a badge, change name for the workflow
1 parent 034cdc0 commit f93d348

File tree

3 files changed

+26
-18
lines changed

3 files changed

+26
-18
lines changed

.github/workflows/maven.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33

4-
name: Java CI with Maven
4+
name: Test Case Report
55

66
on:
77
push:
@@ -15,15 +15,15 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
19-
- name: Set up JDK 11 Amazon Corretto
20-
uses: actions/setup-java@v3
21-
with:
22-
java-version: '11'
23-
distribution: 'corretto'
24-
cache: maven
25-
- name: Build with Maven
26-
run: mvn -B package --file pom.xml
27-
- name: Test with Maven
28-
run: mvn -B test --file pom.xml
18+
- uses: actions/checkout@v3
19+
- name: Set up JDK 11 Amazon Corretto
20+
uses: actions/setup-java@v3
21+
with:
22+
java-version: '11'
23+
distribution: 'corretto'
24+
cache: maven
25+
- name: Build with Maven
26+
run: mvn -B package --file pom.xml
27+
- name: Test with Maven
28+
run: mvn -B test --file pom.xml
2929

.idea/workspace.xml

+13-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![Test Case Report](https://github.com/dbc2201/JavaCodingProblem1/actions/workflows/maven.yml/badge.svg?event=push)](https://github.com/dbc2201/JavaCodingProblem1/actions/workflows/maven.yml)
12
# Java Coding Problems
23

34
## Chapter 1: Strings, Numbers, and Math

0 commit comments

Comments
 (0)