Skip to content

Commit

Permalink
Reduce the number of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomiej.zylinski committed Jun 5, 2024
1 parent 2ea18b7 commit 5768b4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,5 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- name: Build
run: mvn -DskipTests package
- name: Test
run: mvn test
- name: Attach test report
if: success() || failure()
uses: scacap/action-surefire-report@v1
with:
fail_on_test_failures: true
- name: Build & Test
run: mvn clean package
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
![Logo](docs/images/otterjet-logo.png?raw=true)

# Welcome!

[![CI](https://github.com/softwaremill/otterJet/workflows/CI/badge.svg)](https://github.com/softwaremill/otterJet/actions?query=workflow%3A%22CI%22)

# OtterJet

OtterJet is a project designed to provide a visualization of messages from a NATS JetStream server. Offering a WEB interface for interacting with NATS JetStream servers.
Expand Down

0 comments on commit 5768b4a

Please sign in to comment.